[Scummvm-cvs-logs] CVS: scummvm/scumm resource_v2.cpp,1.14,1.15
Max Horn
fingolfin at users.sourceforge.net
Sat May 3 17:25:17 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14875
Modified Files:
resource_v2.cpp
Log Message:
typo; added comment
Index: resource_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v2.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- resource_v2.cpp 20 Apr 2003 21:09:43 -0000 1.14
+++ resource_v2.cpp 4 May 2003 00:24:34 -0000 1.15
@@ -94,5 +94,7 @@
}
void Scumm_v2::loadCharset(int num) {
- warning("Charset loading not yet implmeneted for V1/V2");
+ warning("loadCharset(%d): Charset loading not yet implemented for V1/V2", num);
+ // TODO: For the old games, the charset is actually encoded in the engine. So we must
+ // rip it out of one of the .exes, and create a fake resource here.
}
More information about the Scummvm-git-logs
mailing list