aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/command.h b/queen/command.h
index 46cfbb3f37..1b0cdc4cd9 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -138,6 +138,7 @@ private:
bool isVerbAction(Verb v) const { return (v >= VERB_PANEL_COMMAND_FIRST && v <= VERB_PANEL_COMMAND_LAST) || (v == VERB_WALK_TO); };
bool isVerbInv(Verb v) const { return v >= VERB_INV_FIRST && v <= VERB_INV_LAST; }
+ bool isVerbInvScroll(Verb v) const { return v == VERB_SCROLL_UP || v == VERB_SCROLL_DOWN; }
CmdListData *_cmdList;
uint16 _numCmdList;