summaryrefslogtreecommitdiff
path: root/src/table/sprites.h
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
commit56ed79e44841609130b8b1839e71552b95f2a2cc (patch)
tree7bd9b0bdf11529d494e98d4b046155d7eabd0454 /src/table/sprites.h
parent620695587d8bf24bc77ebbd4fb1b3207f1eeaeda (diff)
downloadopenttd-56ed79e44841609130b8b1839e71552b95f2a2cc.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/sprites.h')
-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,