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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user