diff options
-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) |