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

pull/155/head
peter1138 19 years ago
parent 12009af1c5
commit 7bbf614796

@ -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