mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
BINK: Make sure we set ENGINE_MODE_NORMAL if the video is finished.
This commit is contained in:
parent
53e0d5fa3f
commit
f83fc0189e
@ -111,6 +111,7 @@ void BinkPlayer::handleFrame() {
|
||||
return;
|
||||
|
||||
if (_videoFinished) {
|
||||
g_grim->setMode(ENGINE_MODE_NORMAL);
|
||||
_videoPause = true;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user