[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.202,1.203
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm player_v2.cpp,2.39,2.40 bundle.cpp,1.47,1.48 akos.cpp,1.87,1.88 imuse_digi.cpp,1.51,1.52 gfx.cpp,2.220,2.221 dialogs.cpp,1.75,1.76 charset.cpp,2.66,2.67 costume.cpp,1.116,1.117
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
+
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.202,1.203
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm player_v2.cpp,2.39,2.40 bundle.cpp,1.47,1.48 akos.cpp,1.87,1.88 imuse_digi.cpp,1.51,1.52 gfx.cpp,2.220,2.221 dialogs.cpp,1.75,1.76 charset.cpp,2.66,2.67 costume.cpp,1.116,1.117
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list