Fix two rail types per tile with savegame versions before 24
This commit is contained in:
@@ -1703,6 +1703,9 @@ bool AfterLoadGame()
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (IsPlainRailTile(t) || (IsRailTunnelBridgeTile(t) && IsBridge(t))) {
|
||||||
|
SetSecondaryRailType(t, GetRailType(t));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (Train *v : Train::Iterate()) {
|
for (Train *v : Train::Iterate()) {
|
||||||
|
Reference in New Issue
Block a user