From d5d3d396b6110b18b8ebd4615f6c6728bf35ebf6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 13 Jun 2019 18:13:32 +0200 Subject: [PATCH] fixed a crash when using formula pattern in spherical geometry --- system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/system.cpp b/system.cpp index 599ca87b..04ca6d2f 100644 --- a/system.cpp +++ b/system.cpp @@ -144,6 +144,7 @@ void initgame() { if(firstland == laElementalWall) cwt.at->land = randomElementalLand(); + resetview(); createMov(cwt.at, 0); pregen();