main_gui.c
changeset 2828 996de8e891c7
parent 2755 3098984d08c8
child 2866 2a7069caa46f
--- 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();
 }