(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
This commit is contained in:
@@ -64,7 +64,7 @@ void AfterLoadLabelMaps()
|
||||
break;
|
||||
|
||||
case MP_STATION:
|
||||
if (IsRailwayStation(t)) {
|
||||
if (HasStationRail(t)) {
|
||||
SetRailType(t, railtype_conversion_map[GetRailType(t)]);
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user