aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/action.cpp')
-rw-r--r--engines/mads/action.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp
index 07af95e341..c13f65a96c 100644
--- a/engines/mads/action.cpp
+++ b/engines/mads/action.cpp
@@ -557,8 +557,11 @@ void MADSAction::leftClick() {
_v86F4C = -1;
_v86F4E = 0;
- if (_vm->_events->currentPos().y < MADS_SCENE_HEIGHT)
+ if (_vm->_events->currentPos().y < MADS_SCENE_HEIGHT) {
scene._customDest = _vm->_events->currentPos() + scene._posAdjust;
+ _selectedAction = -1;
+ _v86F4A = -1;
+ }
break;
case CAT_TALK_ENTRY: