mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 00:47:40 +00:00
fixed a crash when using formula pattern in spherical geometry
This commit is contained in:
@@ -144,6 +144,7 @@ void initgame() {
|
|||||||
|
|
||||||
if(firstland == laElementalWall) cwt.at->land = randomElementalLand();
|
if(firstland == laElementalWall) cwt.at->land = randomElementalLand();
|
||||||
|
|
||||||
|
resetview();
|
||||||
createMov(cwt.at, 0);
|
createMov(cwt.at, 0);
|
||||||
|
|
||||||
pregen();
|
pregen();
|
||||||
|
Reference in New Issue
Block a user