1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-20 04:09:59 +00:00

racing/complex2:: disabled with ISMINI

This commit is contained in:
? 2019-02-17 18:59:08 +01:00 committed by Zeno Rogue
parent e88db219b8
commit 15b27aff2f

View File

@ -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