aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/scummfont.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/scummfont.cpp b/graphics/scummfont.cpp
index e6df7e68ba..1b41bad8ee 100644
--- a/graphics/scummfont.cpp
+++ b/graphics/scummfont.cpp
@@ -97,16 +97,12 @@ const ScummFont g_scummfont;
#ifdef __PALM_OS__
#include "scumm_globals.h"
-_GINIT(NewGui)
-#ifndef NEW_FONT_CODE
-_GSETPTR(Graphics::guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_SCUMM)
-#endif
+_GINIT(ScummFont)
+_GSETPTR(Graphics::guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_COMMON)
_GEND
-_GRELEASE(NewGui)
-#ifndef NEW_FONT_CODE
-_GRELEASEPTR(GBVARS_GUIFONT_INDEX, GBVARS_SCUMM)
-#endif
+_GRELEASE(ScummFont)
+_GRELEASEPTR(GBVARS_GUIFONT_INDEX, GBVARS_COMMON)
_GEND
#endif