1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 12:27:40 +00:00

the implementation in reg3 can now be used for the cube tiling

This commit is contained in:
Zeno Rogue
2022-08-13 22:42:59 +02:00
parent 0eed6a03d4
commit e86e6267ec
5 changed files with 14 additions and 3 deletions

View File

@@ -1308,6 +1308,8 @@ EX int celldistance(cell *c1, cell *c2) {
/* TODO */
}
if(euclid) return clueless_celldistance(c1, c2);
return hyperbolic_celldistance(c1, c2);
}