Change cargo scaling settings to be linear instead of logarithmic

This commit is contained in:
Jonathan G Rennison
2024-01-16 18:02:34 +00:00
parent c8ff26f2b8
commit 1e0bb019a7
21 changed files with 190 additions and 96 deletions

View File

@@ -153,6 +153,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
SetScaledTickVariables();
}
SetupTileLoopCounts();
UpdateCargoScalers();
UpdateCachedSnowLine();
UpdateCachedSnowLineBounds();