mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
may combile with ISSTEAM but no CAP_DAILY
This commit is contained in:
parent
2ae2796f78
commit
4bd4e11c7e
@ -129,9 +129,11 @@
|
|||||||
|
|
||||||
#define CAP_GLORNOT (CAP_GL && !ISWEB && !ISIOS)
|
#define CAP_GLORNOT (CAP_GL && !ISWEB && !ISIOS)
|
||||||
|
|
||||||
|
#ifndef CAP_DAILY
|
||||||
#if ISSTEAM
|
#if ISSTEAM
|
||||||
#define CAP_DAILY 1
|
#define CAP_DAILY 1
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CAP_DAILY
|
#ifndef CAP_DAILY
|
||||||
#define CAP_DAILY 0
|
#define CAP_DAILY 0
|
||||||
|
Loading…
Reference in New Issue
Block a user