summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text.h b/src/text.h
index d52e4b65..89612050 100644
--- a/src/text.h
+++ b/src/text.h
@@ -71,6 +71,7 @@ class Text
static int mInstances; /**< Instances of text. */
std::string mText; /**< The text to display. */
const gcn::Color *mColor; /**< The color of the text. */
+ gcn::Font *mFont; /**< The font of the text */
bool mIsSpeech; /**< Is this text a speech bubble? */
protected: