[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.18,2.19

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon Dec 23 14:14:01 CET 2002


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

Modified Files:
	script_v8.cpp 
Log Message:
updated o8_kludge()

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.18
retrieving revision 2.19
diff -u -d -r2.18 -r2.19
--- script_v8.cpp	23 Dec 2002 21:56:26 -0000	2.18
+++ script_v8.cpp	23 Dec 2002 22:13:06 -0000	2.19
@@ -979,25 +979,37 @@
 
 	switch (args[0]) {
 	case 11:
+		warning("o8_kludge: ObjectsFindObjectRelNum(%d)", args[1]);
+		// TODO
+		break;
+	case 15:
+		// not used
+		break;
+	case 22:
+		warning("o8_kludge: BannerSetBannerColor(%d, %d, %d, %d)", args[1], args[2], args[3], args[4]);
+		break;
+	case 29:
+		warning("o8_kludge: opcode 29 (%d, %d)", args[1], args[2]);
+		break;
+	case 108:
+		warning("o8_kludge: PaletteBuildRedirection(%d, %d, %d, %d, %d, %d)", args[1], args[2], args[3], args[4], args[5], args[6]);
+		break;
 	case 12:
 	case 13:
 	case 14:
 	case 20:
 	case 21:
-	case 22:
 	case 23:
 	case 24:
 	case 25:
 	case 26:
 	case 27:
 	case 28:
-	case 29:
 	case 30:
 	case 31:
 	case 32:
 	case 33:
 	case 34:
-	case 108:
 	case 109:
 	case 118:
 	case 119:





More information about the Scummvm-git-logs mailing list