aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authormd52011-04-29 00:53:50 +0300
committermd52011-04-29 00:53:50 +0300
commit6e0b35806db1754bebcf08c3d2a221b50b44dec6 (patch)
treef74bf67f9ac3da5bebbdcb5942312b7263432c8d /engines/tsage
parent46cb9c785bfe12b95d06e1d2fc1eac05db332c55 (diff)
downloadscummvm-rg350-6e0b35806db1754bebcf08c3d2a221b50b44dec6.tar.gz
scummvm-rg350-6e0b35806db1754bebcf08c3d2a221b50b44dec6.tar.bz2
scummvm-rg350-6e0b35806db1754bebcf08c3d2a221b50b44dec6.zip
TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/ringworld_scenes6.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tsage/ringworld_scenes6.cpp b/engines/tsage/ringworld_scenes6.cpp
index 97887aade8..c716f93a9c 100644
--- a/engines/tsage/ringworld_scenes6.cpp
+++ b/engines/tsage/ringworld_scenes6.cpp
@@ -1497,6 +1497,7 @@ void Scene5200::Action2::signal() {
void Scene5200::Action3::signal() {
switch (_actionIndex++) {
+ case 0:
_globals->_player.disableControl();
setDelay(5);
break;
@@ -1637,7 +1638,7 @@ void Scene5200::postInit(SceneObjectList *OwnerList) {
_globals->_sceneItems.push_back(&_hotspot14);
}
- if (_globals->_stripNum == 1111) {
+ if (_globals->_stripNum == 5111) {
_globals->_soundHandler.startSound(205);
_globals->_player.disableControl();