summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-12-23 18:09:03 +0000
committerfrosch <frosch@openttd.org>2013-12-23 18:09:03 +0000
commiteca86d1baf5f374d25dcc9bf0ff2bad328bdffab (patch)
treede92bcef7f015768dbe15e8a3a9513fbd377d911 /src/genworld.cpp
parenta9e8d7a361470b7c97a858f6663144f02a929cfd (diff)
downloadopenttd-eca86d1baf5f374d25dcc9bf0ff2bad328bdffab.tar.xz
(svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 78fa6e3e7..cb03db062 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -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);