mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
selecting horocyclic lands in standard geometry works
This commit is contained in:
parent
ea1b29533c
commit
0a0627afc5
@ -949,7 +949,7 @@ void setLandEuclid(cell *c) {
|
||||
|
||||
bool quickfind(eLand l) {
|
||||
if(l == cheatdest) return true;
|
||||
if(l == specialland && weirdhyperbolic) return true;
|
||||
if(l == specialland && (weirdhyperbolic || specialland != laIce)) return true;
|
||||
#if CAP_TOUR
|
||||
if(tour::on && tour::quickfind(l)) return true;
|
||||
#endif
|
||||
|
@ -760,7 +760,7 @@ void showEuclideanMenu() {
|
||||
}
|
||||
|
||||
void runGeometryExperiments() {
|
||||
if(!geometry)
|
||||
if(!geometry && specialland == laIce)
|
||||
specialland = getLandForList(cwt.at);
|
||||
pushScreen(showEuclideanMenu);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user