[Scummvm-cvs-logs] scummvm master -> 92312a65d00d92da9770a82abc8a4bf31e32dc4d

Strangerke Strangerke at scummvm.org
Wed Nov 9 23:26:27 CET 2011


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:
92312a65d0 TSAGE: BF - Fix unnoticed bug in scene 115


Commit: 92312a65d00d92da9770a82abc8a4bf31e32dc4d
    https://github.com/scummvm/scummvm/commit/92312a65d00d92da9770a82abc8a4bf31e32dc4d
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-09T14:25:50-08:00

Commit Message:
TSAGE: BF - Fix unnoticed bug in scene 115

Changed paths:
    engines/tsage/blue_force/blueforce_scenes1.cpp



diff --git a/engines/tsage/blue_force/blueforce_scenes1.cpp b/engines/tsage/blue_force/blueforce_scenes1.cpp
index 734828b..b4835fc 100644
--- a/engines/tsage/blue_force/blueforce_scenes1.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes1.cpp
@@ -1441,6 +1441,7 @@ void Scene115::Action5::signal() {
 	case 0:
 		if (scene->_item1._field1F8A == 0) {
 			setAction(&scene->_sequenceManager5, this, 1115, &scene->_object1, NULL);
+			scene->_field31E8 = 1;
 		} else {
 			--_actionIndex;
 			setDelay(120);






More information about the Scummvm-git-logs mailing list