diff options
Diffstat (limited to 'graphics/video')
-rw-r--r-- | graphics/video/video_player.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/video/video_player.cpp b/graphics/video/video_player.cpp index f3d2f58ed1..6bf7a5e39d 100644 --- a/graphics/video/video_player.cpp +++ b/graphics/video/video_player.cpp @@ -177,6 +177,8 @@ bool VideoPlayer::playVideo(const char *filename, Common::List<Common::Event> *s return false; } + g_system->clearScreen(); + while (getCurFrame() < getFrameCount() && !_skipVideo) { processVideoEvents(stopEvents); |