[Scummvm-cvs-logs] scummvm master -> f236ecb5d310ea66fe02623b671697910ee18e48

Strangerke arnaud.boutonne at gmail.com
Thu Apr 21 01:05:28 CEST 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:
f236ecb5d3 TSAGE: Fix a bug in Scene 4100


Commit: f236ecb5d310ea66fe02623b671697910ee18e48
    https://github.com/scummvm/scummvm/commit/f236ecb5d310ea66fe02623b671697910ee18e48
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-04-20T16:04:48-07:00

Commit Message:
TSAGE: Fix a bug in Scene 4100

Changed paths:
    engines/tsage/ringworld_scenes5.cpp



diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp
index 576ab02..bf4af4d 100644
--- a/engines/tsage/ringworld_scenes5.cpp
+++ b/engines/tsage/ringworld_scenes5.cpp
@@ -2357,7 +2357,7 @@ void Scene4100::Action3::signal() {
 	switch (_actionIndex++) {
 	case 0:
 		_globals->clearFlag(43);
-		_globals->clearFlag(36);
+		_globals->setFlag(36);
 		setDelay(15);
 		break;
 	case 1:
@@ -2399,6 +2399,7 @@ void Scene4100::Action4::signal() {
 		_globals->clearFlag(43);
 		_globals->setFlag(42);
 		scene->_stripManager.start(4119, this);
+		break;
 	case 4:
 		setDelay(15);
 		break;






More information about the Scummvm-git-logs mailing list