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:
@@ -760,7 +760,7 @@ void showEuclideanMenu() {
|
||||
}
|
||||
|
||||
void runGeometryExperiments() {
|
||||
if(!geometry)
|
||||
if(!geometry && specialland == laIce)
|
||||
specialland = getLandForList(cwt.at);
|
||||
pushScreen(showEuclideanMenu);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user