(svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray

This commit is contained in:
frosch
2013-12-23 18:09:03 +00:00
parent a9e8d7a361
commit eca86d1baf
5 changed files with 20 additions and 20 deletions

View File

@@ -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();