From db7b757bacca7a22e683efc72d4a4bbb5d47cb44 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 6 Apr 2017 07:20:10 -0400 Subject: TITANIC: Add missing content for OSVideoSurface::clear --- engines/titanic/support/video_surface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/titanic/support') 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) { -- cgit v1.2.3