1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 23:06:02 +00:00

CAP_BITFIELD can be disabled -- this helps with Emscripten

This commit is contained in:
Zeno Rogue
2018-02-10 18:21:46 +01:00
parent 1391a7fe4d
commit 90d477d3dc
2 changed files with 17 additions and 0 deletions

View File

@@ -226,6 +226,10 @@
#define CAP_ACHIEVE 1
#endif
#ifndef CAP_BITFIELD
#define CAP_BITFIELD (!ISWEB)
#endif
#ifndef CAP_ACHIEVE
#define CAP_ACHIEVE 0
#endif