1
0
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:
?
2019-02-27 23:30:26 +01:00
committed by Zeno Rogue
parent ccc77b05fb
commit 54f278963c
12 changed files with 26 additions and 26 deletions

View File

@@ -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);