mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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_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
|
||||
|
Loading…
Reference in New Issue
Block a user