(svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/
This commit is contained in:
		| @@ -1518,7 +1518,7 @@ static void DrawTile_Track(TileInfo *ti) | |||||||
|  |  | ||||||
| 		if (IsRailWaypoint(m5) && HASBIT(_m[ti->tile].m3, 4)) { | 		if (IsRailWaypoint(m5) && HASBIT(_m[ti->tile].m3, 4)) { | ||||||
| 			// look for customization | 			// 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) { | 			if (stat != NULL) { | ||||||
| 				DrawTileSeqStruct const *seq; | 				DrawTileSeqStruct const *seq; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 peter1138
					peter1138