1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-15 22:27:38 +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

@@ -443,7 +443,7 @@ union SDL_Event;
#endif
#endif
#define MAXDIM 4
#define MAXMDIM 4
#ifndef CAP_GEOMETRY
#define CAP_GEOMETRY (!(ISMINI))