diff options
author | Eugene Sandulenko | 2017-02-14 18:47:05 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-02-14 18:49:20 +0100 |
commit | 98b4d12d4c754068e3fc6cfbf603f77ceaf93d44 (patch) | |
tree | 32b18546e238afadce73202a48e2a5297b85d385 /engines/director/score.h | |
parent | 8747e59c03ee75c4c04fa09c897cd43fdf9352ea (diff) | |
download | scummvm-rg350-98b4d12d4c754068e3fc6cfbf603f77ceaf93d44.tar.gz scummvm-rg350-98b4d12d4c754068e3fc6cfbf603f77ceaf93d44.tar.bz2 scummvm-rg350-98b4d12d4c754068e3fc6cfbf603f77ceaf93d44.zip |
DIRECTOR: Lingo: Implement b_delay()
Diffstat (limited to 'engines/director/score.h')
-rw-r--r-- | engines/director/score.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/score.h b/engines/director/score.h index dca1b8fc02..61d911800e 100644 --- a/engines/director/score.h +++ b/engines/director/score.h @@ -110,6 +110,7 @@ public: Common::Rect _movieRect; bool _stopPlay; + uint32 _nextFrameTime; private: uint16 _versionMinor; @@ -123,7 +124,6 @@ private: uint16 _castArrayStart; uint16 _currentFrame; Common::String _currentLabel; - uint32 _nextFrameTime; uint32 _flags; uint16 _castArrayEnd; uint16 _movieScriptCount; |