[Scummvm-cvs-logs] scummvm master -> ce0c4d31e071663abfe31440780c8ed353906782
Strangerke
Strangerke at scummvm.org
Thu Dec 29 00:29:50 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:
ce0c4d31e0 TSAGE: R2R - Fix bug in scene 3700
Commit: ce0c4d31e071663abfe31440780c8ed353906782
https://github.com/scummvm/scummvm/commit/ce0c4d31e071663abfe31440780c8ed353906782
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-12-28T15:29:31-08:00
Commit Message:
TSAGE: R2R - Fix bug in scene 3700
Changed paths:
engines/tsage/ringworld2/ringworld2_scenes3.cpp
diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.cpp b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
index 8c08299..7261d64 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -2407,6 +2407,7 @@ void Scene3700::signal() {
// No break on purpose
case 3329:
warning("STUB: sub_1D227()");
+ _sceneMode = 3701;
setAction(&_sequenceManager, this, 3701, &_actor2, &_actor3, &_actor4, NULL);
break;
case 3700:
More information about the Scummvm-git-logs
mailing list