mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 07:27:40 +00:00
added some missing CAP_ and MAXMDIM guards
This commit is contained in:
@@ -455,7 +455,9 @@ union SDL_Event;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef MAXMDIM
|
||||
#define MAXMDIM 4
|
||||
#endif
|
||||
|
||||
#ifndef CAP_GEOMETRY
|
||||
#define CAP_GEOMETRY (!(ISMINI))
|
||||
|
Reference in New Issue
Block a user