aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index e1a023e0d1..c41f1051e6 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -76,6 +76,12 @@ public:
bool _firstChar;
bool _disableOffsX;
+ /**
+ * All text is normally rendered into this overlay surface. Then later
+ * drawStripToScreen() composits it over the game graphics.
+ */
+ Graphics::Surface _textSurface;
+
protected:
ScummEngine *_vm;
byte _curId;