diff -r 566d63f3c5a2 -r 7edea464c3a9 rail_cmd.c --- a/rail_cmd.c Wed Jun 21 11:13:02 2006 +0000 +++ b/rail_cmd.c Wed Jun 21 11:30:28 2006 +0000 @@ -1325,7 +1325,7 @@ 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);