mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-12 12:39:43 +00:00
renamed MAXDIM to MAXMDIM (conflict with crystal)
This commit is contained in:
@@ -1290,7 +1290,7 @@ bool pseudohept(cell *c) {
|
||||
#if CAP_BT
|
||||
if(binarytiling) return binary::pseudohept(c);
|
||||
#endif
|
||||
#if MAXDIM == 4
|
||||
#if MAXMDIM == 4
|
||||
if(DIM == 3) {
|
||||
if(euclid) return euclid3::pseudohept(c);
|
||||
if(sphere) return sphere3::pseudohept(c);
|
||||
|
||||
Reference in New Issue
Block a user