diff options
Diffstat (limited to 'engines/sword1/animation.h')
-rw-r--r-- | engines/sword1/animation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h index 82343f2800..193d5cf7ca 100644 --- a/engines/sword1/animation.h +++ b/engines/sword1/animation.h @@ -85,6 +85,7 @@ protected: OSystem *_system; Common::Array<MovieText *> _movieTexts; int _textX, _textY, _textWidth, _textHeight; + byte _white, _black; DecoderType _decoderType; Graphics::VideoDecoder *_decoder; |