aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.h
diff options
context:
space:
mode:
authoreriktorbjorn2011-06-19 11:17:54 +0200
committereriktorbjorn2011-06-19 11:17:54 +0200
commit78e3f2a57bc0442066e00c9b625bbdde3c80ddf9 (patch)
treedd3083c98c7865fcb2664a5843c77924068860ab /engines/cge/talk.h
parent3871c71f0e6f5202e935ac7119fefedde1f8e449 (diff)
downloadscummvm-rg350-78e3f2a57bc0442066e00c9b625bbdde3c80ddf9.tar.gz
scummvm-rg350-78e3f2a57bc0442066e00c9b625bbdde3c80ddf9.tar.bz2
scummvm-rg350-78e3f2a57bc0442066e00c9b625bbdde3c80ddf9.zip
CGE: Get rid of some static initializing
ScummVM itself (not the engine; I haven't tried that) now starts without crashing. It exits immediately, but as far as I can tell it does not crash. It still produces lots of Valgrind warnings, though...
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);