mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
TSAGE: Fix bug in scene 1500
This commit is contained in:
parent
3c1fb00455
commit
bd3e358d62
@ -897,7 +897,7 @@ void Scene1500::Action2::signal() {
|
||||
case 3:
|
||||
scene->_soundHandler.proc4();
|
||||
_globals->_stripNum = 1505;
|
||||
_globals->_sceneManager.changeScene(1505);
|
||||
_globals->_sceneManager.changeScene(2400);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user