aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/command.h
diff options
context:
space:
mode:
authorMax Horn2007-04-25 19:31:23 +0000
committerMax Horn2007-04-25 19:31:23 +0000
commit00b9bc7b36682365e64d710b4e843659bef373da (patch)
tree27f48e6cb51c37d595a6dd04d9fc1d773f4f766c /engines/queen/command.h
parent8306e0ebe5bddd5945bdfb436fcfb7148160e029 (diff)
downloadscummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.tar.gz
scummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.tar.bz2
scummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.zip
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
svn-id: r26594
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; }