1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

compile without CAP_INV

This commit is contained in:
Zeno Rogue
2018-02-11 21:39:08 +01:00
parent cab8a0a38f
commit 7ac883c1c2
4 changed files with 12 additions and 3 deletions

View File

@@ -45,6 +45,7 @@
#include "inventory.cpp"
#else
bool inv::on;
bool inv::activating;
#endif
#include "system.cpp"
#include "debug.cpp"