aboutsummaryrefslogtreecommitdiff
path: root/graphics/newfont.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-11-27 02:35:57 +0000
committerEugene Sandulenko2005-11-27 02:35:57 +0000
commitedfae828f6a792fe4809ca77a1181a00ed8b9f46 (patch)
tree69669f918ebfcb846c9a699a81c1c74804e720d1 /graphics/newfont.cpp
parente6aba1f7aa00721140809b7b55270c4e171f53e5 (diff)
downloadscummvm-rg350-edfae828f6a792fe4809ca77a1181a00ed8b9f46.tar.gz
scummvm-rg350-edfae828f6a792fe4809ca77a1181a00ed8b9f46.tar.bz2
scummvm-rg350-edfae828f6a792fe4809ca77a1181a00ed8b9f46.zip
Patch #1341626: "New GP32 port"
svn-id: r19710
Diffstat (limited to 'graphics/newfont.cpp')
-rw-r--r--graphics/newfont.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/newfont.cpp b/graphics/newfont.cpp
index 7febc2634b..c9d32fb044 100644
--- a/graphics/newfont.cpp
+++ b/graphics/newfont.cpp
@@ -2533,10 +2533,10 @@ static const FontDesc desc = {
sizeof(_font_bits)/sizeof(bitmap_t)
};
-#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG))
+#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
extern const NewFont g_sysfont(desc);
#else
-DEFINE_FONT(g_sysfont);
+DEFINE_FONT(g_sysfont)
#endif
} // End of namespace Graphics