diff options
author | Paul Gilbert | 2014-05-30 07:30:55 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-05-30 07:30:55 -0400 |
commit | 7f2f4193e68e7d64e20b34c85b241be2a2e3dd1b (patch) | |
tree | a2428e06c88efd4cee3653f472bd62824e521ccf | |
parent | 8e115a127b762a7676e795637ef499da87e1af13 (diff) | |
download | scummvm-rg350-7f2f4193e68e7d64e20b34c85b241be2a2e3dd1b.tar.gz scummvm-rg350-7f2f4193e68e7d64e20b34c85b241be2a2e3dd1b.tar.bz2 scummvm-rg350-7f2f4193e68e7d64e20b34c85b241be2a2e3dd1b.zip |
MADS: Fix ending conversation with intern in scene 318
-rw-r--r-- | engines/mads/nebular/nebular_scenes3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes3.cpp b/engines/mads/nebular/nebular_scenes3.cpp index a963484bd0..23a6838245 100644 --- a/engines/mads/nebular/nebular_scenes3.cpp +++ b/engines/mads/nebular/nebular_scenes3.cpp @@ -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) |