Changeset - r354:1b2c066a33ed
[Not reviewed]
master
0 1 0
tron - 20 years ago 2004-11-11 23:10:22
tron@openttd.org
(svn r542) -Fix: Display correct rail type in "build railway station" window
Thanks, ln--
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
station_cmd.c
Show inline comments
 
@@ -1797,7 +1797,7 @@ void StationPickerDrawSprite(int x, int 
 
	t += sizeof(uint32);
 
	if (img & 0x8000)
 
		img |= ormod;
 
	DrawSprite(img, x, y);
 
	DrawSprite(img + railtype, x, y);
 

	
 
	for(dtss = (const DrawTileSeqStruct *)t; (byte)dtss->delta_x != 0x80; dtss++) {
 
		Point pt = RemapCoords(dtss->delta_x, dtss->delta_y, dtss->delta_z);
0 comments (0 inline, 0 general)