mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-17 11:30:09 +00:00
Hyperweb is 3D, but RogueViz is 4D
This commit is contained in:
parent
c10842cce0
commit
d0955c20ac
@ -14,9 +14,14 @@
|
|||||||
#define CAP_INV 0
|
#define CAP_INV 0
|
||||||
#define CAP_URL 1
|
#define CAP_URL 1
|
||||||
#define GLES_ONLY
|
#define GLES_ONLY
|
||||||
#define MAXMDIM 3
|
|
||||||
#define CAP_COMPLEX2 0
|
#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
|
// we want newconformist, but we don't want CAP_GD there
|
||||||
#define CAP_NCONF 1
|
#define CAP_NCONF 1
|
||||||
#define CAP_GD 0
|
#define CAP_GD 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user