aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support
diff options
context:
space:
mode:
authorPaul Gilbert2017-04-06 07:20:10 -0400
committerPaul Gilbert2017-04-06 07:20:10 -0400
commitdb7b757bacca7a22e683efc72d4a4bbb5d47cb44 (patch)
tree3065b08343d6ad158fa31c4ececa8e9b72f6d818 /engines/titanic/support
parent90e97f7069cf05df5da75eade74ac18380622895 (diff)
downloadscummvm-rg350-db7b757bacca7a22e683efc72d4a4bbb5d47cb44.tar.gz
scummvm-rg350-db7b757bacca7a22e683efc72d4a4bbb5d47cb44.tar.bz2
scummvm-rg350-db7b757bacca7a22e683efc72d4a4bbb5d47cb44.zip
TITANIC: Add missing content for OSVideoSurface::clear
Diffstat (limited to 'engines/titanic/support')
-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) {