Changeset - r2626:0c8f1d4d23fe
[Not reviewed]
master
0 1 0
peter1138 - 19 years ago 2005-11-12 00:29:13
peter1138@openttd.org
(svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rail_cmd.c
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)