mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
CAP_RAY
This commit is contained in:
@@ -538,6 +538,10 @@ union SDL_Event;
|
||||
#define CAP_FIELD (!(ISMINI))
|
||||
#endif
|
||||
|
||||
#ifndef CAP_RAY
|
||||
#define CAP_RAY (MAXMDIM >= 4 && !ISWEB && !ISMOBILE)
|
||||
#endif
|
||||
|
||||
#ifndef CAP_MEMORY_RESERVE
|
||||
#define CAP_MEMORY_RESERVE (!ISMOBILE && !ISWEB)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user