mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
TSAGE: Fix freeze in scene 4250
This commit is contained in:
parent
e149f5bedc
commit
fbabcf0047
@ -3404,6 +3404,7 @@ void Scene4250::Hotspot6::doAction(int action) {
|
||||
} else {
|
||||
_globals->setFlag(115);
|
||||
_globals->_events.setCursor(CURSOR_WALK);
|
||||
scene->_sceneMode = 4256;
|
||||
scene->setAction(&scene->_sequenceManager, scene, 4256, this, NULL);
|
||||
}
|
||||
} else if (RING_INVENTORY._keyDevice._sceneNumber == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user