mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)
This commit is contained in:
parent
46cb9c785b
commit
6e0b35806d
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user