aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/movie.h
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/movie.h
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/movie.h')
-rw-r--r--engines/titanic/support/movie.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/support/movie.h b/engines/titanic/support/movie.h
index f9e368606c..b6c2a09667 100644
--- a/engines/titanic/support/movie.h
+++ b/engines/titanic/support/movie.h
@@ -135,7 +135,7 @@ public:
/**
* Creates a duplicate of the movie's frame
*/
- virtual CVideoSurface *duplicateFrame() const = 0;
+ virtual Graphics::ManagedSurface *duplicateFrame() const = 0;
/**
* Removes the movie from the list of currently playing movies
@@ -233,7 +233,7 @@ public:
/**
* Creates a duplicate of the frame info
*/
- virtual CVideoSurface *duplicateFrame() const;
+ virtual Graphics::ManagedSurface *duplicateFrame() const;
};
} // End of namespace Titanic