diff -r 49e96fd94d63 -r 7f8c26d8526b main_gui.c --- 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();