1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 22:46:03 +00:00
This commit is contained in:
Zeno Rogue
2018-05-01 19:38:42 +02:00
parent b30fca1f2e
commit 301c8bde55
3 changed files with 14 additions and 0 deletions

View File

@@ -117,6 +117,14 @@
#define CAP_GLORNOT (CAP_GL && !ISWEB && !ISIOS)
#if ISSTEAM
#define CAP_DAILY 1
#endif
#ifndef CAP_DAILY
#define CAP_DAILY 0
#endif
#ifndef CAP_CERTIFY
#define CAP_CERTIFY 0
#endif