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

Chris Apers chrilith at users.sourceforge.net
Thu Oct 9 07:18:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv28926/smush

Modified Files:
	codec47.cpp 
Log Message:
Moved PalmOS initializations out of namespaces.

Index: codec47.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/codec47.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- codec47.cpp	3 Oct 2003 18:33:57 -0000	1.61
+++ codec47.cpp	9 Oct 2003 14:17:06 -0000	1.62
@@ -617,11 +617,13 @@
 	return true;
 }
 
+} // End of namespace Scumm
+
 #ifdef __PALM_OS__
 #include "scumm_globals.h"
 
 _GINIT(Codec47)
-_GSETPTR(codec47_table, GBVARS_CODEC47TABLE_INDEX, int8, GBVARS_SCUMM)
+_GSETPTR(Scumm::codec47_table, GBVARS_CODEC47TABLE_INDEX, int8, GBVARS_SCUMM)
 _GEND
 
 _GRELEASE(Codec47)
@@ -630,4 +632,4 @@
 
 #endif
 
-} // End of namespace Scumm
+





More information about the Scummvm-git-logs mailing list