aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/support/video_surface.cpp')
-rw-r--r--engines/titanic/support/video_surface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/support/video_surface.cpp b/engines/titanic/support/video_surface.cpp
index b886dc094c..4f848342eb 100644
--- a/engines/titanic/support/video_surface.cpp
+++ b/engines/titanic/support/video_surface.cpp
@@ -527,6 +527,7 @@ void OSVideoSurface::clear() {
if (!loadIfReady())
error("Could not load resource");
+ _ddSurface->fill(nullptr, 0);
}
void OSVideoSurface::playMovie(uint flags, CGameObject *obj) {