aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorstrangerke2011-05-27 22:11:00 +0200
committerstrangerke2011-05-27 22:12:47 +0200
commitf4b2f84c019b3c0f6f5e701119ff0fe292029693 (patch)
tree99bbd59b2349c8b963d525c6a6ba655faf41be61 /engines/tsage
parenta6fedd6034b9e1d3723bd7fcee170429e1a4afed (diff)
downloadscummvm-rg350-f4b2f84c019b3c0f6f5e701119ff0fe292029693.tar.gz
scummvm-rg350-f4b2f84c019b3c0f6f5e701119ff0fe292029693.tar.bz2
scummvm-rg350-f4b2f84c019b3c0f6f5e701119ff0fe292029693.zip
TSAGE: Fix priority issue in scene 2100, in the lift
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/ringworld_scenes3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index e11f1539e1..b4c5628499 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;