[Scummvm-cvs-logs] scummvm master -> 7f2f4193e68e7d64e20b34c85b241be2a2e3dd1b

dreammaster dreammaster at scummvm.org
Fri May 30 13:31:31 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7f2f4193e6 MADS: Fix ending conversation with intern in scene 318


Commit: 7f2f4193e68e7d64e20b34c85b241be2a2e3dd1b
    https://github.com/scummvm/scummvm/commit/7f2f4193e68e7d64e20b34c85b241be2a2e3dd1b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-05-30T07:30:55-04:00

Commit Message:
MADS: Fix ending conversation with intern in scene 318

Changed paths:
    engines/mads/nebular/nebular_scenes3.cpp



diff --git a/engines/mads/nebular/nebular_scenes3.cpp b/engines/mads/nebular/nebular_scenes3.cpp
index a963484..23a6838 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)






More information about the Scummvm-git-logs mailing list