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

Strangerke arnaud.boutonne at gmail.com
Mon Apr 18 16:39:35 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:
e9c228564a TSAGE: Fix region 8 in scene 4045


Commit: e9c228564a97267bd439704b96cb659986511224
    https://github.com/scummvm/scummvm/commit/e9c228564a97267bd439704b96cb659986511224
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-04-18T07:37:50-07:00

Commit Message:
TSAGE: Fix region 8 in scene 4045

Changed paths:
    engines/tsage/ringworld_scenes5.cpp



diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp
index 297ea94..b424a40 100644
--- a/engines/tsage/ringworld_scenes5.cpp
+++ b/engines/tsage/ringworld_scenes5.cpp
@@ -1956,7 +1956,7 @@ void Scene4045::dispatch() {
 	if (!_action) {
 		if (_globals->_player.getRegionIndex() == 8) {
 			_globals->_player.addMover(NULL);
-			if (_olloStand._strip == 1) {
+			if (_olloStand._strip != 1) {
 				_globals->_player.disableControl();
 				_sceneMode = 4046;
 				_olloStand._numFrames = 10;






More information about the Scummvm-git-logs mailing list