mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-04 13:16:16 +00:00
no SOLV in BWEB
This commit is contained in:
parent
a1742d29ba
commit
9f5da212a7
@ -10,8 +10,12 @@
|
|||||||
#define CAP_INV 0
|
#define CAP_INV 0
|
||||||
#define CAP_COMPLEX2 0
|
#define CAP_COMPLEX2 0
|
||||||
#define CAP_EDIT 0
|
#define CAP_EDIT 0
|
||||||
|
|
||||||
|
#ifdef BWEB
|
||||||
#define CAP_BT 0
|
#define CAP_BT 0
|
||||||
#define CAP_SOLV 0
|
#define CAP_SOLV 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CAP_THREAD 0
|
#define CAP_THREAD 0
|
||||||
// #define CAP_ZLIB 0
|
// #define CAP_ZLIB 0
|
||||||
#define CAP_FILES 1
|
#define CAP_FILES 1
|
||||||
|
Loading…
Reference in New Issue
Block a user