From 56102a1d02925abbe9fc0504751de1a270a34ff3 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sat, 28 Feb 2004 09:02:43 +0000 Subject: forgot to change that, too svn-id: r13086 --- queen/command.cpp | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'queen/command.cpp') diff --git a/queen/command.cpp b/queen/command.cpp index 788cac9ce7..861f7628d6 100644 --- a/queen/command.cpp +++ b/queen/command.cpp @@ -668,17 +668,14 @@ void Command::grabSelectedVerb() { _state.subject[0] = 0; _state.subject[1] = 0; - // if right mouse key selected, then store command VERB - if (_mouseKey == Input::MOUSE_LBUTTON) { - if (_vm->logic()->joeWalk() == JWM_MOVE && _state.verb != VERB_NONE) { - _vm->logic()->joeWalk(JWM_NORMAL); - } - _state.commandLevel = 1; - _state.oldVerb = VERB_NONE; - _state.oldNoun = 0; - _cmdText.setVerb(_state.verb); - _cmdText.display(INK_CMD_NORMAL); + if (_vm->logic()->joeWalk() == JWM_MOVE && _state.verb != VERB_NONE) { + _vm->logic()->joeWalk(JWM_NORMAL); } + _state.commandLevel = 1; + _state.oldVerb = VERB_NONE; + _state.oldNoun = 0; + _cmdText.setVerb(_state.verb); + _cmdText.display(INK_CMD_NORMAL); } bool Command::executeIfCutaway(const char *description) { -- cgit v1.2.3