From 65cac5073fe03a03cc7ccc46e0788df22e39d9fa Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 25 Jan 2018 17:20:13 +0100 Subject: [PATCH] missing add from extra commandline options --- hyper.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index e1881d7a..7874b87b 100644 --- a/hyper.h +++ b/hyper.h @@ -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 remaining; + extern array usedup; void compute(); void applyBox(eItem it);