summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-03-03 18:20:42 +0000
committerbelugas <belugas@openttd.org>2008-03-03 18:20:42 +0000
commit37babfaad050bc966cb0b182e836e5afd2dba1df (patch)
tree7bd9b0bdf11529d494e98d4b046155d7eabd0454
parentd28cc5be804be6f7239456f6c61e61e394b23d38 (diff)
downloadopenttd-37babfaad050bc966cb0b182e836e5afd2dba1df.tar.xz
(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)
-rw-r--r--src/table/sprites.h2
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,