summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main_gui.c b/main_gui.c
index 9f9933e6e..3465681c3 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -922,8 +922,8 @@ void ZoomInOrOutToCursorWindow(bool in, Window *w)
void ResetLandscape()
{
- _random_seed_1 = InteractiveRandom();
- _random_seed_2 = InteractiveRandom();
+ _random_seeds[0][0] = InteractiveRandom();
+ _random_seeds[0][1] = InteractiveRandom();
GenerateWorld(1);
MarkWholeScreenDirty();