Cache highest snowline value

This commit is contained in:
Jonathan G Rennison
2022-04-29 17:10:18 +01:00
parent 0ec6f659c2
commit ed30542acf
5 changed files with 26 additions and 16 deletions

View File

@@ -111,6 +111,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
SetScaledTickVariables();
}
UpdateCachedSnowLine();
UpdateCachedSnowLineBounds();
ClearTraceRestrictMapping();
ClearBridgeSimulatedSignalMapping();