src/genworld.cpp
changeset 8303 cbb07f7426fc
parent 8270 e7c342f6b14c
child 8380 174326093caa
--- a/src/genworld.cpp	Tue Jan 15 18:44:22 2008 +0000
+++ b/src/genworld.cpp	Tue Jan 15 18:51:46 2008 +0000
@@ -23,6 +23,7 @@
 #include "core/random_func.hpp"
 #include "engine.h"
 #include "settings_type.h"
+#include "newgrf_storage.h"
 
 #include "table/sprites.h"
 
@@ -118,6 +119,8 @@
 		}
 	}
 
+	ClearStorageChanges(true);
+
 	/* These are probably pointless when inside the scenario editor. */
 	SetGeneratingWorldProgress(GWP_GAME_INIT, 3);
 	StartupPlayers();