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

Strangerke arnaud.boutonne at gmail.com
Tue May 3 01:03:11 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:
fbabcf0047 TSAGE: Fix freeze in scene 4250


Commit: fbabcf0047f047b5ebe63eed36d088c4da85d191
    https://github.com/scummvm/scummvm/commit/fbabcf0047f047b5ebe63eed36d088c4da85d191
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-02T16:02:21-07:00

Commit Message:
TSAGE: Fix freeze in scene 4250

Changed paths:
    engines/tsage/ringworld_scenes5.cpp



diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp
index b840407..3dfd421 100644
--- a/engines/tsage/ringworld_scenes5.cpp
+++ b/engines/tsage/ringworld_scenes5.cpp
@@ -3404,6 +3404,7 @@ void Scene4250::Hotspot6::doAction(int action) {
 			} else {
 				_globals->setFlag(115);
 				_globals->_events.setCursor(CURSOR_WALK);
+				scene->_sceneMode = 4256;
 				scene->setAction(&scene->_sequenceManager, scene, 4256, this, NULL);
 			}
 		} else if (RING_INVENTORY._keyDevice._sceneNumber == 1) {






More information about the Scummvm-git-logs mailing list