[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.164,2.165

Jonathan Gray khalek at users.sourceforge.net
Tue Jun 24 20:25:56 CEST 2003


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

Modified Files:
	gfx.cpp 
Log Message:
note that we are missing decompress routines for codecs 8,9,10 and which games they occur in

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.164
retrieving revision 2.165
diff -u -d -r2.164 -r2.165
--- gfx.cpp	22 Jun 2003 17:22:40 -0000	2.164
+++ gfx.cpp	25 Jun 2003 03:24:02 -0000	2.165
@@ -1508,6 +1508,14 @@
 	case 7:
 		unkDecode11(bgbak_ptr, src, numLinesToProcess);      /* Ender - Zak256/Indy256 */
 		break;
+	// FIXME implement these codecs...
+	// 8/9 used in 3do version of puttputt joins the parade maybe others
+	case 8:
+	case 9:
+	// used in amiga version of Monkey Island
+	case 10:
+		error("decompressBitmap: Graphics codec %d not yet supported\n", code);
+		break;
 
 	case 14:
 	case 15:





More information about the Scummvm-git-logs mailing list