mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
racing/complex2:: disabled with ISMINI
This commit is contained in:
parent
e88db219b8
commit
15b27aff2f
@ -250,11 +250,11 @@
|
||||
#endif
|
||||
|
||||
#ifndef CAP_COMPLEX2
|
||||
#define CAP_COMPLEX2 1
|
||||
#define CAP_COMPLEX2 (!ISMINI)
|
||||
#endif
|
||||
|
||||
#ifndef CAP_RACING
|
||||
#define CAP_RACING (!ISMOBWEB)
|
||||
#define CAP_RACING (!ISMOBWEB && !ISMINI)
|
||||
#endif
|
||||
|
||||
#if ISMOBILE
|
||||
|
Loading…
Reference in New Issue
Block a user