Add road tile cached one way state, one way road section detection
This commit is contained in:
@@ -3795,6 +3795,11 @@ bool AfterLoadGame()
|
||||
}
|
||||
}
|
||||
|
||||
if (SlXvIsFeatureMissing(XSLFI_ONE_WAY_ROAD_STATE)) {
|
||||
extern void RecalculateRoadCachedOneWayStates();
|
||||
RecalculateRoadCachedOneWayStates();
|
||||
}
|
||||
|
||||
InitializeRoadGUI();
|
||||
|
||||
/* This needs to be done after conversion. */
|
||||
|
Reference in New Issue
Block a user