diff options
author | Eugene Sandulenko | 2019-12-13 19:03:27 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-12-13 19:03:27 +0100 |
commit | d09cb00df11701282c809467b45d6d41df14bf0f (patch) | |
tree | c58ee94c34a530a1c920b3c7d121f085c3dab79f /engines/director/score.h | |
parent | fc2acdd8bb0fb44a151aaf12bbc7441988f4ac35 (diff) | |
download | scummvm-rg350-d09cb00df11701282c809467b45d6d41df14bf0f.tar.gz scummvm-rg350-d09cb00df11701282c809467b45d6d41df14bf0f.tar.bz2 scummvm-rg350-d09cb00df11701282c809467b45d6d41df14bf0f.zip |
DIRECTOR: Fix label processing
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 bc7a41a733..d217a47227 100644 --- a/engines/director/score.h +++ b/engines/director/score.h @@ -164,7 +164,7 @@ private: byte _currentFrameRate; uint16 _castArrayStart; uint16 _currentFrame; - Common::String _currentLabel; + int _currentLabel; uint32 _flags; uint16 _castArrayEnd; uint16 _movieScriptCount; |