[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.261,1.262

Travis Howell kirben at users.sourceforge.net
Wed Jan 14 05:45:02 CET 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv31700/scumm

Modified Files:
	script_v6.cpp 
Log Message:

These two case are the same, checked samnmax disasm.


Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- script_v6.cpp	14 Jan 2004 13:41:15 -0000	1.261
+++ script_v6.cpp	14 Jan 2004 13:44:31 -0000	1.262
@@ -2554,7 +2554,6 @@
 			break;
 		case 108:									/* create proc_special_palette */
 		case 109:
-			// FIXME: are 108 and 109 really identical?! That seems unlikely.
 			if (num != 6)
 				warning("o6_kernelSetFunctions sub op %d: expected 6 params but got %d", args[0], num);
 			createSpecialPalette(args[1], args[2], args[3], args[4], args[5], 0, 256);





More information about the Scummvm-git-logs mailing list