diff options
Diffstat (limited to 'engines/avalanche/dropdown2.cpp')
-rw-r--r-- | engines/avalanche/dropdown2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/dropdown2.cpp b/engines/avalanche/dropdown2.cpp index 793fc91114..d15bebb0d0 100644 --- a/engines/avalanche/dropdown2.cpp +++ b/engines/avalanche/dropdown2.cpp @@ -615,12 +615,14 @@ void Dropdown::runMenuAction() { } break; case 1: + _vm->_acci->_thing = _vm->_acci->kPardon; _vm->_lucerna->callverb(_vm->_acci->kVerbCodePause); break; case 2: _vm->_lucerna->callverb(_vm->_acci->kVerbCodeOpen); break; case 3: + _vm->_acci->_thing = _vm->_acci->kPardon; _vm->_lucerna->callverb(_vm->_acci->kVerbCodeLook); break; case 4: |