mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
renamed DIM to GDIM
This commit is contained in:
@@ -483,7 +483,7 @@ int type_in_quick(expansion_analyzer& ea, cell *c, const cellfunction& f) {
|
||||
}
|
||||
|
||||
bool sizes_known() {
|
||||
if(DIM == 3) return false;
|
||||
if(GDIM == 3) return false;
|
||||
if(bounded) return false;
|
||||
// Castle Anthrax is infinite
|
||||
if(binarytiling) return false;
|
||||
|
Reference in New Issue
Block a user