diff options
author | Eugene Sandulenko | 2017-02-04 23:31:53 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-02-04 23:32:22 +0100 |
commit | 76e66a4be40c0622f22c974b0724e743d113b7fb (patch) | |
tree | fa74f6c7c15595954f9e7a12c25e65df5bdde0c3 /engines/director/score.h | |
parent | 8e87dc1754a2111d2db252ead2264157c82d0159 (diff) | |
download | scummvm-rg350-76e66a4be40c0622f22c974b0724e743d113b7fb.tar.gz scummvm-rg350-76e66a4be40c0622f22c974b0724e743d113b7fb.tar.bz2 scummvm-rg350-76e66a4be40c0622f22c974b0724e743d113b7fb.zip |
DIRECTOR: Lingo: Implemented b_quit()
Diffstat (limited to 'engines/director/score.h')
-rw-r--r-- | engines/director/score.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/director/score.h b/engines/director/score.h index a53c13fc4d..dca1b8fc02 100644 --- a/engines/director/score.h +++ b/engines/director/score.h @@ -109,6 +109,8 @@ public: Archive *_movieArchive; Common::Rect _movieRect; + bool _stopPlay; + private: uint16 _versionMinor; uint16 _versionMajor; @@ -123,7 +125,6 @@ private: Common::String _currentLabel; uint32 _nextFrameTime; uint32 _flags; - bool _stopPlay; uint16 _castArrayEnd; uint16 _movieScriptCount; uint16 _stageColor; |