aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index b5ad8cf5a5..3116f02572 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -108,7 +108,7 @@ class CharsetRendererNut : public CharsetRenderer {
protected:
int getCharWidth(byte chr);
- NutRenderer *_fr[4];
+ NutRenderer *_fr[5];
NutRenderer *_current;
public: