[Scummvm-cvs-logs] CVS: scummvm/scumm/smush codec47.cpp,1.73,1.74

Chris Apers chrilith at users.sourceforge.net
Sat Oct 8 14:26:37 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24000/smush

Modified Files:
	codec47.cpp 
Log Message:
Change __PALM_OS__ with new PALMOS_68K / PALMOS_MODE

Index: codec47.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec47.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- codec47.cpp	14 Aug 2005 02:04:26 -0000	1.73
+++ codec47.cpp	8 Oct 2005 21:25:09 -0000	1.74
@@ -83,7 +83,7 @@
   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 @@
 
 } // End of namespace Scumm
 
-#ifdef __PALM_OS__
+#ifdef PALMOS_68K
 #include "scumm_globals.h"
 
 _GINIT(Codec47)
@@ -627,5 +627,3 @@
 _GEND
 
 #endif
-
-





More information about the Scummvm-git-logs mailing list