TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)

This commit is contained in:
md5 2011-04-29 00:53:50 +03:00
parent 46cb9c785b
commit 6e0b35806d

View File

@ -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();