1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-06 11:59:03 +00:00

more adjustments to disabled CAP_*

This commit is contained in:
Zeno Rogue
2019-09-13 03:10:26 +02:00
parent 9a0507ba58
commit a3d9711ec2
8 changed files with 34 additions and 13 deletions

View File

@@ -6,11 +6,11 @@
*/
#include "hyper.h"
#if CAP_RACING
namespace hr {
EX namespace racing {
#if CAP_RACING
void set_race_configurer();
EX bool guiding = false;
@@ -1370,8 +1370,11 @@ EX void add_debug(cell *c) {
dialog::addSelItem("completion", its(r.completion), 0);
}
}
#endif
#if !CAP_RACING
EX always_false on;
#endif
EX }
}
EX }
#endif