1
0
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:
Zeno Rogue 2019-09-13 17:46:07 +02:00
parent c10842cce0
commit d0955c20ac

View File

@ -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