Skip to content

Commit

Permalink
TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Apr 28, 2011
1 parent 46cb9c7 commit 6e0b358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/tsage/ringworld_scenes6.cpp
Expand Up @@ -1497,6 +1497,7 @@ void Scene5200::Action2::signal() {

void Scene5200::Action3::signal() {
switch (_actionIndex++) {
case 0:
_globals->_player.disableControl();
setDelay(5);
break;
Expand Down Expand Up @@ -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();

Expand Down

0 comments on commit 6e0b358

Please sign in to comment.