aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorChris Apers2005-10-08 21:25:09 +0000
committerChris Apers2005-10-08 21:25:09 +0000
commitf14365e3f9e82710e946e2110c13fd0ecd3d71b5 (patch)
treedd8cb62810c06d022f10cfa70cb2f6474d50a5c0 /scumm/smush
parent3f2f5e099738f409501126168b3342a6c1284b34 (diff)
downloadscummvm-rg350-f14365e3f9e82710e946e2110c13fd0ecd3d71b5.tar.gz
scummvm-rg350-f14365e3f9e82710e946e2110c13fd0ecd3d71b5.tar.bz2
scummvm-rg350-f14365e3f9e82710e946e2110c13fd0ecd3d71b5.zip
Change __PALM_OS__ with new PALMOS_68K / PALMOS_MODE
svn-id: r18971
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/codec47.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp
index 2a3643e352..d6fe6e3509 100644
--- a/scumm/smush/codec47.cpp
+++ b/scumm/smush/codec47.cpp
@@ -83,7 +83,7 @@ static int8 codec47_table_big2[] = {
0, 0, 0, 0, 1, 3, 4, 6, 7, 7, 7, 7, 6, 4, 3, 1,
};
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
static const int8 *codec47_table;
#else
static const int8 codec47_table[] = {
@@ -615,7 +615,7 @@ bool Codec47Decoder::decode(byte *dst, const byte *src) {
} // End of namespace Scumm
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
#include "scumm_globals.h"
_GINIT(Codec47)
@@ -627,5 +627,3 @@ _GRELEASEPTR(GBVARS_CODEC47TABLE_INDEX, GBVARS_SCUMM)
_GEND
#endif
-
-