[Scummvm-cvs-logs] scummvm master -> 86d6b757594ba821c09cf0d61b836b7b99d18c38

Strangerke Strangerke at scummvm.org
Fri Nov 22 00:57:26 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:
86d6b75759 TSAGE: R2R - Fix Animation issue in scene 3150


Commit: 86d6b757594ba821c09cf0d61b836b7b99d18c38
    https://github.com/scummvm/scummvm/commit/86d6b757594ba821c09cf0d61b836b7b99d18c38
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-21T15:56:13-08:00

Commit Message:
TSAGE: R2R - Fix Animation issue in scene 3150

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 eab3178..0e42789 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -492,7 +492,7 @@ bool Scene3150::ToiletFlush::startAction(CursorType action, Event &event) {
 					scene->setAction(&scene->_sequenceManager, scene, 3152, &R2_GLOBALS._player, NULL);
 				} else {
 					scene->_sceneMode = 3153;
-					scene->setAction(&scene->_sequenceManager, scene, 3152, &R2_GLOBALS._player, &scene->_water, NULL);
+					scene->setAction(&scene->_sequenceManager, scene, 3153, &R2_GLOBALS._player, &scene->_water, NULL);
 				}
 			} else {
 				SceneItem::display(3150, 42, 0, 280, 1, 160, 9, 1, 2, 20, 7, 7, LIST_END);






More information about the Scummvm-git-logs mailing list