From be9d8951eba4320f0c33e6f87c2ffb32a4ea41b2 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 3 Sep 2005 16:24:58 +0000 Subject: Change PalmOS ident svn-id: r18748 --- graphics/scummfont.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/scummfont.cpp b/graphics/scummfont.cpp index 34de7bfcf8..71625d0ce5 100644 --- a/graphics/scummfont.cpp +++ b/graphics/scummfont.cpp @@ -23,7 +23,7 @@ namespace Graphics { -#ifdef __PALM_OS__ +#ifdef PALMOS_68K static const byte *guifont; #else // Built-in font @@ -95,7 +95,7 @@ void ScummFont::drawChar(Surface *dst, byte chr, int tx, int ty, uint32 color) c } // End of namespace Graphics -#ifdef __PALM_OS__ +#ifdef PALMOS_68K #include "scumm_globals.h" _GINIT(ScummFont) -- cgit v1.2.3