1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-05 17:30:16 +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

@@ -1633,6 +1633,11 @@ namespace patterns {
}
}
bool is_master(cell *c) {
if(euclid) return pseudohept(c);
else return c->master->c7 == c;
}
namespace linepatterns {
int lessalpha(int col, int m) {