diff options
| author | Paul Gilbert | 2016-07-12 17:35:48 -0400 | 
|---|---|---|
| committer | Paul Gilbert | 2016-07-17 13:09:27 -0400 | 
| commit | 6b250453f90a399b76d373ae9205b1bb985f8e46 (patch) | |
| tree | 2c5c8f8cc898b25469c9b74b42ccf4141a17735a /engines/titanic/support/video_surface.cpp | |
| parent | 513723c82d5db078236421577924bd9cde29b99b (diff) | |
| download | scummvm-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.cpp | 2 | 
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;  }  | 
