Add road tile cached one way state, one way road section detection

This commit is contained in:
Jonathan G Rennison
2020-10-26 22:17:25 +00:00
parent 2fe5d4339b
commit ffe3c769a3
16 changed files with 441 additions and 104 deletions

View File

@@ -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. */