mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-21 21:42:07 +00:00
missing add from extra commandline options
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user