main_gui.c
changeset 206 7f8c26d8526b
parent 197 25749afe81ef
child 213 770e504a6e51
--- a/main_gui.c	Sat Sep 11 19:18:30 2004 +0000
+++ b/main_gui.c	Sat Sep 11 19:34:11 2004 +0000
@@ -922,8 +922,8 @@
 
 void ResetLandscape()
 {
-	_random_seed_1 = InteractiveRandom();
-	_random_seed_2 = InteractiveRandom();
+	_random_seeds[0][0] = InteractiveRandom();
+	_random_seeds[0][1] = InteractiveRandom();
 
 	GenerateWorld(1);
 	MarkWholeScreenDirty();