(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

@@ -141,7 +141,7 @@ static void _GenerateWorld(void *)
}
}
ClearStorageChanges(true);
ClearPersistentStorageChanges(true);
/* These are probably pointless when inside the scenario editor. */
SetGeneratingWorldProgress(GWP_GAME_INIT, 3);