diff options
Diffstat (limited to 'scumm/charset.h')
-rw-r--r-- | scumm/charset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/charset.h b/scumm/charset.h index ab4128eaef..32a326cc44 100644 --- a/scumm/charset.h +++ b/scumm/charset.h @@ -100,8 +100,9 @@ public: class CharsetRendererCommon : public CharsetRenderer { protected: byte *_fontPtr; - int _numChars; + int _bitDepth; int _fontHeight; + int _numChars; enum ShadowMode { kNoShadowMode, |