summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index e878d0894..293462651 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1352,7 +1352,7 @@ void StateGameLoop()
}
if (HasModalProgress()) return;
- ClearStorageChanges(false);
+ ClearPersistentStorageChanges(false);
Layouter::ReduceLineCache();
@@ -1360,7 +1360,7 @@ void StateGameLoop()
RunTileLoop();
CallVehicleTicks();
CallLandscapeTick();
- ClearStorageChanges(true);
+ ClearPersistentStorageChanges(true);
UpdateLandscapingLimits();
CallWindowTickEvent();
@@ -1384,7 +1384,7 @@ void StateGameLoop()
RunTileLoop();
CallVehicleTicks();
CallLandscapeTick();
- ClearStorageChanges(true);
+ ClearPersistentStorageChanges(true);
AI::GameLoop();
Game::GameLoop();