1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-12 10:20:32 +00:00

CAP_BONUS set to 1

This commit is contained in:
Zeno Rogue 2018-11-24 21:24:44 +01:00
parent 490ee83f3a
commit 4432b30b2a

View File

@ -250,7 +250,7 @@
#endif #endif
#ifndef CAP_BONUS #ifndef CAP_BONUS
#define CAP_BONUS 0 #define CAP_BONUS 1
#endif #endif
#ifndef CAP_COMPLEX2 #ifndef CAP_COMPLEX2