aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/movie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/support/movie.cpp')
-rw-r--r--engines/titanic/support/movie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/movie.cpp b/engines/titanic/support/movie.cpp
index 361bf6e1fa..9b6fd01710 100644
--- a/engines/titanic/support/movie.cpp
+++ b/engines/titanic/support/movie.cpp
@@ -175,7 +175,7 @@ void OSMovie::decodeFrame() {
// If the video surface doesn't yet have an underlying surface, create it
if (!videoSurface->hasSurface())
- videoSurface->resize(frame->w, frame->h);
+ videoSurface->recreate(frame->w, frame->h);
// Lock access to the surface
videoSurface->lock();