1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

missing add from extra commandline options

This commit is contained in:
Zeno Rogue 2018-01-25 17:20:13 +01:00
parent 5bd024dba3
commit 65cac5073f

View File

@ -1679,7 +1679,9 @@ bool createOnSea(eLand old);
namespace inv {
extern bool on;
extern bool usedForbidden;
extern int remaining[ittypes];
extern bool activating;
extern array<int, ittypes> remaining;
extern array<int, ittypes> usedup;
void compute();
void applyBox(eItem it);