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:
@@ -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
|
||||
|
Reference in New Issue
Block a user