1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 14:47:39 +00:00

fixed missing CAP_RACING guards

This commit is contained in:
Zeno Rogue
2019-01-24 14:50:36 +01:00
parent 3e4fd1d1b8
commit 3a8a5a6150
4 changed files with 10 additions and 6 deletions

View File

@@ -249,16 +249,12 @@
#define CAP_SHMUP_GOOD (!ISMOBWEB)
#endif
#ifndef CAP_BONUS
#define CAP_BONUS 1
#endif
#ifndef CAP_COMPLEX2
#define CAP_COMPLEX2 CAP_BONUS
#define CAP_COMPLEX2 1
#endif
#ifndef CAP_RACING
#define CAP_RACING CAP_BONUS
#define CAP_RACING (!ISMOBWEB)
#endif
#if ISMOBILE