main_gui.c
changeset 2828 342f02f7c0d4
parent 2755 ba133949851b
child 2866 23cf6ec995b1
--- a/main_gui.c	Fri Jan 06 21:27:44 2006 +0000
+++ b/main_gui.c	Fri Jan 06 21:57:37 2006 +0000
@@ -1067,7 +1067,7 @@
 	_random_seeds[0][0] = InteractiveRandom();
 	_random_seeds[0][1] = InteractiveRandom();
 
-	GenerateWorld(1, 1 << _patches.map_x, 1 << _patches.map_y);
+	GenerateWorld(GW_EMPTY, 1 << _patches.map_x, 1 << _patches.map_y);
 	MarkWholeScreenDirty();
 }