diff options
author | Chris Apers | 2005-09-03 16:24:58 +0000 |
---|---|---|
committer | Chris Apers | 2005-09-03 16:24:58 +0000 |
commit | be9d8951eba4320f0c33e6f87c2ffb32a4ea41b2 (patch) | |
tree | ef00645269f3c6df82399bfa37913566900586a9 /graphics | |
parent | 1d6ecabfbee286f571bcc24f536039f2aa5667a3 (diff) | |
download | scummvm-rg350-be9d8951eba4320f0c33e6f87c2ffb32a4ea41b2.tar.gz scummvm-rg350-be9d8951eba4320f0c33e6f87c2ffb32a4ea41b2.tar.bz2 scummvm-rg350-be9d8951eba4320f0c33e6f87c2ffb32a4ea41b2.zip |
Change PalmOS ident
svn-id: r18748
Diffstat (limited to 'graphics')
-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) |