aboutsummaryrefslogtreecommitdiff
path: root/queen/command.h
diff options
context:
space:
mode:
authorGregory Montoir2003-12-28 21:18:03 +0000
committerGregory Montoir2003-12-28 21:18:03 +0000
commit2548df9cf8ae51a55a7959ca24741a9f8ceb8414 (patch)
treef85e6207d9988029ef6105baf0555a6a9bdc7b70 /queen/command.h
parent85deabed70b2f0dc96c8cd3f5025a424a30ac85a (diff)
downloadscummvm-rg350-2548df9cf8ae51a55a7959ca24741a9f8ceb8414.tar.gz
scummvm-rg350-2548df9cf8ae51a55a7959ca24741a9f8ceb8414.tar.bz2
scummvm-rg350-2548df9cf8ae51a55a7959ca24741a9f8ceb8414.zip
cleanup
svn-id: r12003
Diffstat (limited to 'queen/command.h')
-rw-r--r--queen/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/command.h b/queen/command.h
index 0bf7c4d754..d0bc224b0a 100644
--- a/queen/command.h
+++ b/queen/command.h
@@ -135,10 +135,10 @@ private:
void lookAtSelectedObject();
//! get the current object under the cursor
- void lookForCurrentObject();
+ void lookForCurrentObject(int16 cx, int16 cy);
//! get the current icon panel under the cursor (inventory item or verb)
- void lookForCurrentIcon();
+ void lookForCurrentIcon(int16 cx, int16 cy);
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; }