diff options
Diffstat (limited to 'engines/sword2/animation.h')
-rw-r--r-- | engines/sword2/animation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index bbf83e264c..ee32b1d5f2 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -87,6 +87,7 @@ protected: uint32 _currentMovieText; byte *_textSurface; int _textX, _textY; + byte _white, _black; DecoderType _decoderType; Graphics::VideoDecoder *_decoder; |