diff options
Diffstat (limited to 'graphics/scummfont.cpp')
-rw-r--r-- | graphics/scummfont.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |