diff options
author | Paul Gilbert | 2017-06-11 17:31:33 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-06-11 17:31:33 -0400 |
commit | 9c21bb9d1e175022dc6372a3237f7494768618d3 (patch) | |
tree | f9dbb9d72ea7d6c430c59c050d01aefe4b89134b /engines | |
parent | 6930f2b648849ad2e00d25f1397cc9c3bba34045 (diff) | |
download | scummvm-rg350-9c21bb9d1e175022dc6372a3237f7494768618d3.tar.gz scummvm-rg350-9c21bb9d1e175022dc6372a3237f7494768618d3.tar.bz2 scummvm-rg350-9c21bb9d1e175022dc6372a3237f7494768618d3.zip |
TITANIC: Fix brief black boxes on fires in Canal
Diffstat (limited to 'engines')
-rw-r--r-- | engines/titanic/support/video_surface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/titanic/support/video_surface.cpp b/engines/titanic/support/video_surface.cpp index d5395fb306..790736d294 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) { |