aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-12 17:35:48 -0400
committerPaul Gilbert2016-07-17 13:09:27 -0400
commit6b250453f90a399b76d373ae9205b1bb985f8e46 (patch)
tree2c5c8f8cc898b25469c9b74b42ccf4141a17735a /engines/titanic/support/video_surface.cpp
parent513723c82d5db078236421577924bd9cde29b99b (diff)
downloadscummvm-rg350-6b250453f90a399b76d373ae9205b1bb985f8e46.tar.gz
scummvm-rg350-6b250453f90a399b76d373ae9205b1bb985f8e46.tar.bz2
scummvm-rg350-6b250453f90a399b76d373ae9205b1bb985f8e46.zip
TITANIC: Further implementation of movie frame decoding
Diffstat (limited to 'engines/titanic/support/video_surface.cpp')
-rw-r--r--engines/titanic/support/video_surface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/video_surface.cpp b/engines/titanic/support/video_surface.cpp
index 3e6e93abf1..0429ed4257 100644
--- a/engines/titanic/support/video_surface.cpp
+++ b/engines/titanic/support/video_surface.cpp
@@ -541,7 +541,7 @@ void OSVideoSurface::transPixelate() {
unlock();
}
-CVideoSurface *OSVideoSurface::dupMovieFrame() const {
+Graphics::ManagedSurface *OSVideoSurface::dupMovieFrame() const {
return _movie ? _movie->duplicateFrame() : nullptr;
}