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

This commit is contained in:
peter1138 2005-11-12 00:29:13 +00:00
parent ff8223150a
commit a7fe1495cd
1 changed files with 1 additions and 1 deletions

View File

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