aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/macgui/mactext.h')
-rw-r--r--graphics/macgui/mactext.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/macgui/mactext.h b/graphics/macgui/mactext.h
index 17c3b394bd..7234cdcdaf 100644
--- a/graphics/macgui/mactext.h
+++ b/graphics/macgui/mactext.h
@@ -32,6 +32,8 @@ namespace Graphics {
class MacWindowManager;
struct MacFontRun {
+ Common::String text;
+
uint16 fontId;
byte textSlant;
byte unk3f;
@@ -110,7 +112,7 @@ private:
TextAlign _textAlignment;
- Common::Array< Common::Array<MacFontRun> > _formatting;
+ Common::Array< Common::Array<MacFontRun> > _textLines;
MacFontRun _defaultFormatting;
MacFontRun _currentFormatting;
};