mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
ACCESS: Fix crash when exiting game in the middle of a chapter start
This commit is contained in:
parent
d6963d8d09
commit
876ce794a1
@ -88,7 +88,10 @@ void Room::doRoom() {
|
||||
_vm->_player->walk();
|
||||
_vm->_sound->midiRepeat();
|
||||
_vm->_player->checkScroll();
|
||||
|
||||
doCommands();
|
||||
if (_vm->shouldQuit())
|
||||
return;
|
||||
|
||||
// DOROOMFLASHBACK jump point
|
||||
if (_function == FN_CLEAR1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user