mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-26 21:01:39 +00:00
missing add from extra commandline options
This commit is contained in:
@@ -1679,7 +1679,9 @@ bool createOnSea(eLand old);
|
|||||||
namespace inv {
|
namespace inv {
|
||||||
extern bool on;
|
extern bool on;
|
||||||
extern bool usedForbidden;
|
extern bool usedForbidden;
|
||||||
extern int remaining[ittypes];
|
extern bool activating;
|
||||||
|
extern array<int, ittypes> remaining;
|
||||||
|
extern array<int, ittypes> usedup;
|
||||||
void compute();
|
void compute();
|
||||||
void applyBox(eItem it);
|
void applyBox(eItem it);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user