author | tron |
Thu, 11 Nov 2004 23:10:22 +0000 | |
changeset 354 | b518d6684d42 |
parent 353 | 6d5f81e332c8 |
child 355 | 5514ecf71425 |
station_cmd.c | file | annotate | diff | comparison | revisions |
--- a/station_cmd.c Thu Nov 11 21:20:15 2004 +0000 +++ b/station_cmd.c Thu Nov 11 23:10:22 2004 +0000 @@ -1797,7 +1797,7 @@ 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);