1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-06 16:52:59 +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

@@ -465,7 +465,7 @@ heptagon* encodeId(int id) {
// 3D Euclidean space
#if MAXDIM == 4
#if MAXMDIM == 4
namespace euclid3 {