aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h3
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,