diff options
author | belugas <belugas@openttd.org> | 2008-03-03 18:20:42 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-03-03 18:20:42 +0000 |
commit | 37babfaad050bc966cb0b182e836e5afd2dba1df (patch) | |
tree | 7bd9b0bdf11529d494e98d4b046155d7eabd0454 /src/table | |
parent | d28cc5be804be6f7239456f6c61e61e394b23d38 (diff) | |
download | openttd-37babfaad050bc966cb0b182e836e5afd2dba1df.tar.xz |
(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 81d000162..97ffa049a 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -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, |