[Scummvm-cvs-logs] scummvm master -> 5996cdc56c8f08b770e6e1f89cf04bbc90839846

Strangerke Strangerke at scummvm.org
Fri Nov 22 07:53:08 CET 2013


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:
5996cdc56c TSAGE: R2R - Fix animation bug in scene 3350


Commit: 5996cdc56c8f08b770e6e1f89cf04bbc90839846
    https://github.com/scummvm/scummvm/commit/5996cdc56c8f08b770e6e1f89cf04bbc90839846
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-21T22:52:08-08:00

Commit Message:
TSAGE: R2R - Fix animation bug in scene 3350

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 1119f44..b3b512e 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -1719,7 +1719,7 @@ void Scene3350::signal() {
 		break;
 	case 3351:
 		_sceneMode = 3352;
-		setAction(&_sequenceManager, this, 3352, &_seeker, &R2_GLOBALS._player,
+		setAction(&_sequenceManager, this, 3352, &_seatedPeople, &R2_GLOBALS._player,
 			&_miranda, &_seeker, &_webbster, NULL);
 		break;
 	case 3352:






More information about the Scummvm-git-logs mailing list