1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 06:16:00 +00:00

3d:: all the regular honeycombs

This commit is contained in:
Zeno Rogue
2019-03-03 00:43:31 +01:00
parent a6fd8146dd
commit 52ce5ac9aa
17 changed files with 545 additions and 302 deletions

View File

@@ -363,7 +363,7 @@ int emerald_heptagon(int parent, int dir) {
#undef RULE
if(weirdhyperbolic) return 0;
if(weirdhyperbolic || DIM == 3) return 0;
printf("HEPTAGONAL RULE MISSING for (%d,%d)\n", parent,dir);
exit(1);
}