Fix savegames with incorrect signal always reserve through bits

See: #620
This commit is contained in:
Jonathan G Rennison
2023-12-30 15:15:34 +00:00
parent 8256bb8359
commit f3614c419d
4 changed files with 7 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ void UpdateLookaheadCombinedNormalShuntSignalDeferred(TileIndex tile, Trackdir t
void FlushDeferredAspectUpdates();
void FlushDeferredDetermineCombineNormalShuntMode(Train *v);
void UpdateAllSignalAspects();
void UpdateExtraAspectsVariable();
void UpdateExtraAspectsVariable(bool update_always_reserve_through = false);
void InitialiseExtraAspectsVariable();
bool IsRailSpecialSignalAspect(TileIndex tile, Track track);