[Scummvm-cvs-logs] CVS: scummvm/gob inter.cpp,1.11,1.12

Eugene Sandulenko sev at users.sourceforge.net
Tue Apr 12 02:00:26 CEST 2005


Update of /cvsroot/scummvm/scummvm/gob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8392

Modified Files:
	inter.cpp 
Log Message:
Add comments on CD-specific opcodes


Index: inter.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/inter.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- inter.cpp	11 Apr 2005 19:34:51 -0000	1.11
+++ inter.cpp	12 Apr 2005 08:59:45 -0000	1.12
@@ -409,12 +409,14 @@
 
 	case 32:
 		// FIXME
+		// Used in gob1 CD
 		warning("unimplemented drawOperation: %d", cmd);
 		inter_evalExpr(0);
 		break;
 
 	case 33:
 		// FIXME
+		// Used in gob1 CD
 		warning("unimplemented drawOperation: %d", cmd);
 		WRITE_VAR(5, 32767);
 		break;		





More information about the Scummvm-git-logs mailing list