1
0
Fork 0

(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)

release/0.6
belugas 2008-03-03 18:20:42 +00:00
parent 620695587d
commit 56ed79e448
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ enum Sprites {
SPR_BTSGA_X_FRONT = 2503,
SPR_BTSGA_Y_FRONT = 2504,
SPR_BTSGA_X_PILLAR = 2505,
SPR_BTSGA_Y_PILLAR = 2606,
SPR_BTSGA_Y_PILLAR = 2506,
SPR_BTSGA_MONO_X_REAR = 4324,
SPR_BTSGA_MONO_Y_REAR = 4325,
SPR_BTSGA_MGLV_X_REAR = 4364,