aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/talk.h')
-rw-r--r--engines/cge/talk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/talk.h b/engines/cge/talk.h
index 568fd82964..67b4fc91d6 100644
--- a/engines/cge/talk.h
+++ b/engines/cge/talk.h
@@ -74,7 +74,7 @@ protected:
BITMAP *TS[2];
BITMAP *Box(uint16 w, uint16 h);
public:
- static FONT Font;
+ FONT *Font;
TALK(const char *tx, TBOX_STYLE mode = PURE);
TALK(void);
//~TALK (void);