Changeset - r3376:30337113d881
[Not reviewed]
master
0 1 0
celestar - 18 years ago 2006-03-30 13:12:36
celestar@openttd.org
(svn r4178) -Fix: Draw catenary inside waypoints as well
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
elrail.c
Show inline comments
 
@@ -76,6 +76,8 @@ static TrackBits GetRailTrackBitsUnivers
 
			switch (GetRailTileType(t)) {
 
				case RAIL_TYPE_NORMAL: case RAIL_TYPE_SIGNALS:
 
					return GetTrackBits(t);
 
				case RAIL_TYPE_DEPOT_WAYPOINT:
 
					if (GetRailTileSubtype(t) == RAIL_SUBTYPE_WAYPOINT) return GetRailWaypointBits(t);
 
				default:
 
					return 0;
 
			}
0 comments (0 inline, 0 general)