[Scummvm-cvs-logs] CVS: tools descumm3.cpp,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Sat Nov 23 05:51:02 CET 2002


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv4617

Modified Files:
	descumm3.cpp 
Log Message:
added FIXME

Index: descumm3.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm3.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- descumm3.cpp	23 Nov 2002 02:20:15 -0000	1.12
+++ descumm3.cpp	23 Nov 2002 13:50:10 -0000	1.13
@@ -801,6 +801,10 @@
 
 void do_resource(char *buf, byte opco)
 {
+	// FIXME:
+	// 1) This is out of date compared to script_v1.cp
+	// 2) the token's should all get a prefix, so that we don't mix up the
+	//    "real" loadRoom with the one here.
 	char opcode = get_byte();
 	switch (opcode & 31) {
 	case 0x1:





More information about the Scummvm-git-logs mailing list