changeset 8663:c022e59ed143 draft

(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)
author belugas <belugas@openttd.org>
date Mon, 03 Mar 2008 18:20:42 +0000
parents c0b1a8566280
children fa405d016ea5
files src/table/sprites.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -677,7 +677,7 @@
 	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,