Changeset - r8663:3fbe6688d383
[Not reviewed]
master
0 1 0
belugas - 16 years ago 2008-03-03 18:20:42
belugas@openttd.org
(svn r12328) -Fix(r3447): Wrong Y pillar specified for girder with arch bridge. Spotted and fixed by a lot of people ;)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/table/sprites.h
Show inline comments
 
@@ -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,
0 comments (0 inline, 0 general)