1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

selecting horocyclic lands in standard geometry works

This commit is contained in:
Zeno Rogue
2019-03-10 19:15:48 +01:00
parent ea1b29533c
commit 0a0627afc5
2 changed files with 2 additions and 2 deletions

View File

@@ -760,7 +760,7 @@ void showEuclideanMenu() {
}
void runGeometryExperiments() {
if(!geometry)
if(!geometry && specialland == laIce)
specialland = getLandForList(cwt.at);
pushScreen(showEuclideanMenu);
}