mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 14:17:10 +00:00
Hyperweb is 3D, but RogueViz is 4D
This commit is contained in:
@@ -14,9 +14,14 @@
|
||||
#define CAP_INV 0
|
||||
#define CAP_URL 1
|
||||
#define GLES_ONLY
|
||||
#define MAXMDIM 3
|
||||
#define CAP_COMPLEX2 0
|
||||
|
||||
#if CAP_ROGUEVIZ
|
||||
#define MAXMDIM 4
|
||||
#else
|
||||
#define MAXMDIM 3
|
||||
#endif
|
||||
|
||||
// we want newconformist, but we don't want CAP_GD there
|
||||
#define CAP_NCONF 1
|
||||
#define CAP_GD 0
|
||||
|
||||
Reference in New Issue
Block a user