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

Strangerke arnaud.boutonne at gmail.com
Fri May 27 22:14:13 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:
f4b2f84c01 TSAGE: Fix priority issue in scene 2100, in the lift


Commit: f4b2f84c019b3c0f6f5e701119ff0fe292029693
    https://github.com/scummvm/scummvm/commit/f4b2f84c019b3c0f6f5e701119ff0fe292029693
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-27T13:12:47-07:00

Commit Message:
TSAGE: Fix priority issue in scene 2100, in the lift

Changed paths:
    engines/tsage/ringworld_scenes3.cpp



diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index e11f153..b4c5628 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -1753,6 +1753,7 @@ void Scene2100::postInit(SceneObjectList *OwnerList) {
 			setAction(&_action14);
 		} else {
 			_globals->_player.disableControl();
+			_globals->_player.fixPriority(1);
 			_globals->_player.setPosition(Common::Point(157, 56));
 			_sceneMode = 2104;
 






More information about the Scummvm-git-logs mailing list