mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 01:03:00 +00:00
gp:: correct long-distances in all Goldberg hyperbolic tilings
This commit is contained in:
@@ -956,10 +956,9 @@ bool mouse_reachability_test(cell *c) {
|
||||
}
|
||||
|
||||
bool horo_ok() {
|
||||
if(!hyperbolic) return false;
|
||||
if(!gp::on) return true;
|
||||
if(gp::param.second) return false;
|
||||
return true;
|
||||
// do the horocycles work in the current geometry?
|
||||
// (they work in ALL hyperbolic geometries currently!)
|
||||
return hyperbolic;
|
||||
}
|
||||
|
||||
void buildBigStuff(cell *c, cell *from) {
|
||||
|
||||
Reference in New Issue
Block a user