[Scummvm-cvs-logs] CVS: scummvm/scumm wiz_he.cpp,2.72,2.73

Eugene Sandulenko sev at users.sourceforge.net
Tue May 3 13:35:42 CEST 2005


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

Modified Files:
	wiz_he.cpp 
Log Message:
Skip wiz compression type 2 used by baseball2003


Index: wiz_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/wiz_he.cpp,v
retrieving revision 2.72
retrieving revision 2.73
diff -u -d -r2.72 -r2.73
--- wiz_he.cpp	2 May 2005 07:36:23 -0000	2.72
+++ wiz_he.cpp	3 May 2005 20:34:48 -0000	2.73
@@ -1848,6 +1848,10 @@
 		case 1:
 			ret = _wiz.isWizPixelNonTransparent(wizd, x, y, w, h);
 			break;
+		case 2:
+			// Used baseball2003
+			warning("isWizPixelNonTransparent: Unhandled wiz compression type %d", c);
+			break;
 		default:
 			error("isWizPixelNonTransparent: Unhandled wiz compression type %d", c);
 			break;





More information about the Scummvm-git-logs mailing list