mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
(svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user