1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-24 02:17:40 +00:00

3D:: yendor works (?)

This commit is contained in:
?
2019-02-26 12:29:58 +01:00
committed by Zeno Rogue
parent 85cb1bbb11
commit 7fadb7f98f
2 changed files with 15 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ int type_in_quick(expansion_analyzer& ea, cell *c, const cellfunction& f) {
}
bool sizes_known() {
if(DIM == 3) return false;
if(bounded) return false;
// Castle Anthrax is infinite
if(binarytiling) return false;