mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
AGOS: Show overlay as in-game
This commit is contained in:
parent
87bad2cc7d
commit
60b7c4b95e
@ -469,7 +469,7 @@ void MoviePlayerSMK::playVideo() {
|
||||
while (!endOfVideo() && !_skipMovie && !_vm->shouldQuit()) {
|
||||
_subtitles.drawSubtitle(getTime(), true);
|
||||
handleNextFrame();
|
||||
g_system->showOverlay();
|
||||
g_system->showOverlay(false);
|
||||
g_system->clearOverlay();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user