From 9c21bb9d1e175022dc6372a3237f7494768618d3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 11 Jun 2017 17:31:33 -0400 Subject: [PATCH] TITANIC: Fix brief black boxes on fires in Canal --- engines/titanic/support/video_surface.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engines/titanic/support/video_surface.cpp b/engines/titanic/support/video_surface.cpp index d5395fb306c..790736d294f 100644 --- a/engines/titanic/support/video_surface.cpp +++ b/engines/titanic/support/video_surface.cpp @@ -534,8 +534,6 @@ void OSVideoSurface::clear() { void OSVideoSurface::playMovie(uint flags, CGameObject *obj) { if (loadIfReady() && _movie) _movie->play(flags, obj); - - _ddSurface->fill(nullptr, 0); } void OSVideoSurface::playMovie(uint startFrame, uint endFrame, uint flags, CGameObject *obj) {