From 78e3f2a57bc0442066e00c9b625bbdde3c80ddf9 Mon Sep 17 00:00:00 2001 From: eriktorbjorn Date: Sun, 19 Jun 2011 11:17:54 +0200 Subject: 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... --- engines/cge/talk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge/talk.h') 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); -- cgit v1.2.3