From 9e28713c4c33687e85243f80e7edb9d5bd804aff Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 21 Jun 2006 11:30:28 +0000 Subject: (svn r5326) Remove the indicator bit for custom waypoint graphics, because it just contains redundant information Yup-yup-ed by: peter1138 --- rail_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rail_cmd.c') diff --git a/rail_cmd.c b/rail_cmd.c index 028c8592c..1039509f9 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -1325,7 +1325,7 @@ static void DrawTile_Track(TileInfo *ti) if (ti->tileh != SLOPE_FLAT) DrawFoundation(ti, ti->tileh); - if (IsRailWaypoint(ti->tile) && IsCustomWaypoint(ti->tile)) { + if (IsRailWaypoint(ti->tile)) { // look for customization byte stat_id = GetWaypointByTile(ti->tile)->stat_id; const StationSpec *statspec = GetCustomStationSpec(STAT_CLASS_WAYP, stat_id); -- cgit v1.2.3-54-g00ecf