aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/command.h')
-rw-r--r--engines/queen/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/command.h b/engines/queen/command.h
index 98218ee1b3..659b67f8ed 100644
--- a/engines/queen/command.h
+++ b/engines/queen/command.h
@@ -185,7 +185,7 @@ private:
void lookForCurrentIcon(int16 cx, int16 cy);
//! returns true if the verb is an action verb
- bool isVerbAction(Verb v) const { return (v >= VERB_PANEL_COMMAND_FIRST && v <= VERB_PANEL_COMMAND_LAST) || (v == VERB_WALK_TO); };
+ bool isVerbAction(Verb v) const { return (v >= VERB_PANEL_COMMAND_FIRST && v <= VERB_PANEL_COMMAND_LAST) || (v == VERB_WALK_TO); }
//! return true if the verb is an inventory item
bool isVerbInv(Verb v) const { return v >= VERB_INV_FIRST && v <= VERB_INV_LAST; }