From f14365e3f9e82710e946e2110c13fd0ecd3d71b5 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 8 Oct 2005 21:25:09 +0000 Subject: Change __PALM_OS__ with new PALMOS_68K / PALMOS_MODE svn-id: r18971 --- scumm/smush/codec47.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scumm/smush') 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 - - -- cgit v1.2.3