aboutsummaryrefslogtreecommitdiff
path: root/engines/access/video.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-28 21:40:59 -0400
committerPaul Gilbert2014-08-28 21:40:59 -0400
commit661a5694b4bf91e61d62fbabf0294c5815cf85f6 (patch)
treeb0b5fdf9bcd476b0f3389aa98194aefe60c8d673 /engines/access/video.h
parent729f03f42c88f2caaa6616e530cf4543a6cca536 (diff)
downloadscummvm-rg350-661a5694b4bf91e61d62fbabf0294c5815cf85f6.tar.gz
scummvm-rg350-661a5694b4bf91e61d62fbabf0294c5815cf85f6.tar.bz2
scummvm-rg350-661a5694b4bf91e61d62fbabf0294c5815cf85f6.zip
ACCESS: Implemented cmdVideoEnded
Diffstat (limited to 'engines/access/video.h')
-rw-r--r--engines/access/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/video.h b/engines/access/video.h
index 20e5cfc10e..bb9656b296 100644
--- a/engines/access/video.h
+++ b/engines/access/video.h
@@ -48,13 +48,13 @@ private:
int _xCount;
int _scanCount;
int _frameSize;
- bool _videoEnd;
void getFrame();
public:
int _videoFrame;
bool _soundFlag;
int _soundFrame;
+ bool _videoEnd;
public:
VideoPlayer(AccessEngine *vm);
~VideoPlayer();