mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
CGE: Fix ending animation - Game is now completable
This commit is contained in:
parent
12b6851276
commit
a14a9bb9a2
@ -1375,7 +1375,7 @@ void CGEEngine::runGame() {
|
||||
_keyboard->setClient(_sys);
|
||||
// main loop
|
||||
while (!_finis && !_eventManager->_quitFlag) {
|
||||
if (_finis)
|
||||
if (_flag[3])
|
||||
_snail->addCom2(kSnExec, -1, 0, kQGame);
|
||||
mainLoop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user