[Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.48,2.49 resource_v2.cpp,1.11,1.12
James Brown
ender at users.sourceforge.net
Sun Apr 20 09:38:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv6376/scumm
Modified Files:
intern.h resource_v2.cpp
Log Message:
V1/V2 charsets are internal, so we have no load function (yet)
Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/intern.h,v
retrieving revision 2.48
retrieving revision 2.49
diff -u -d -r2.48 -r2.49
--- intern.h 20 Apr 2003 16:04:49 -0000 2.48
+++ intern.h 20 Apr 2003 16:37:43 -0000 2.49
@@ -178,7 +178,9 @@
protected:
void readIndexFile();
+ void loadCharset(int no);
void readMAXS();
+
typedef void (Scumm_v2::*OpcodeProcV2)();
struct OpcodeEntryV2 {
OpcodeProcV2 proc;
Index: resource_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v2.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- resource_v2.cpp 7 Mar 2003 21:38:44 -0000 1.11
+++ resource_v2.cpp 20 Apr 2003 16:37:43 -0000 1.12
@@ -87,3 +87,7 @@
_shadowPalette = (byte *) calloc(_shadowPaletteSize, 1); // FIXME - needs to be removed later
allocateArrays();
}
+
+void Scumm_v2::loadCharset(int num) {
+ warning("Charset loading not yet implmeneted for V1/V2");
+}
More information about the Scummvm-git-logs
mailing list