aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-20 07:56:26 -0400
committerPaul Gilbert2016-07-20 07:56:26 -0400
commitc5792fce4bcf8a4e2e89d83242a248a56f579bc6 (patch)
tree7b6b5aadb2c82c8d2f837a3192cb9740f3a9d7df /engines/titanic/support/video_surface.h
parentd5bf17e73ff9533d2f54588622048ab755f4151b (diff)
downloadscummvm-rg350-c5792fce4bcf8a4e2e89d83242a248a56f579bc6.tar.gz
scummvm-rg350-c5792fce4bcf8a4e2e89d83242a248a56f579bc6.tar.bz2
scummvm-rg350-c5792fce4bcf8a4e2e89d83242a248a56f579bc6.zip
TITANIC: Clarify movie/surface has frame fields & variables
Diffstat (limited to 'engines/titanic/support/video_surface.h')
-rw-r--r--engines/titanic/support/video_surface.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/titanic/support/video_surface.h b/engines/titanic/support/video_surface.h
index 040161fe8e..0e777bac1e 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -67,7 +67,7 @@ protected:
Graphics::ManagedSurface *_movieFrameSurface;
int _field48;
int _videoSurfaceNum;
- int _field50;
+ bool _hasFrame;
int _lockCount;
public:
CMovie *_movie;
@@ -257,7 +257,10 @@ public:
*/
virtual void transPixelate() = 0;
- virtual bool proc45();
+ /**
+ * Returns true if there's a frame to display on the video surface
+ */
+ virtual bool hasFrame();
/**
* Duplicates movie frame surface