AGOS: Show overlay as in-game

This commit is contained in:
Le Philousophe 2022-11-05 16:04:17 +01:00 committed by Eugene Sandulenko
parent 87bad2cc7d
commit 60b7c4b95e

View File

@ -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();
}
}