mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 06:58:34 +00:00
MADS: Fix ending conversation with intern in scene 318
This commit is contained in:
parent
8e115a127b
commit
7f2f4193e6
@ -2457,7 +2457,7 @@ void Scene318::handleDialog() {
|
||||
_scene->_sequences.setPosition(_globals._sequenceIndexes[2], Common::Point(142, 121));
|
||||
_scene->_sequences.updateTimeout(_globals._sequenceIndexes[2], synxIdx);
|
||||
_vm->_sound->command(3);
|
||||
_scene->_userInterface.setup(kInputLimitedSentences);
|
||||
_scene->_userInterface.setup(kInputBuildingSentences);
|
||||
_game._player._stepEnabled = true;
|
||||
} else {
|
||||
if (_action._activeAction._verbId < 0x19C)
|
||||
|
Loading…
Reference in New Issue
Block a user