1
0
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:
Zeno Rogue
2018-04-10 17:06:04 +02:00
parent fed1f9a10a
commit 9fd8713cbc
6 changed files with 102 additions and 40 deletions

View File

@@ -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) {