1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 06:16:00 +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

@@ -672,7 +672,11 @@ EX namespace inv {
}
}
#else
always_false on, activating;
#endif
}}
#if !CAP_INV
EX always_false on, activating;
#endif
EX }
}