(svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 19 years ago
parent ff8223150a
commit a7fe1495cd

@ -1518,7 +1518,7 @@ static void DrawTile_Track(TileInfo *ti)
if (IsRailWaypoint(m5) && HASBIT(_m[ti->tile].m3, 4)) {
// look for customization
const StationSpec *stat = GetCustomStation(STAT_CLASS_WAYP, _m[ti->tile].m4);
const StationSpec *stat = GetCustomStation(STAT_CLASS_WAYP, _m[ti->tile].m4 + 1);
if (stat != NULL) {
DrawTileSeqStruct const *seq;

Loading…
Cancel
Save