[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.153,2.154

Travis Howell kirben at users.sourceforge.net
Mon Oct 4 23:19:42 CEST 2004


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

Modified Files:
	script_v72he.cpp 
Log Message:

Switch to warning


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.153
retrieving revision 2.154
diff -u -d -r2.153 -r2.154
--- script_v72he.cpp	4 Oct 2004 14:39:21 -0000	2.153
+++ script_v72he.cpp	5 Oct 2004 06:14:40 -0000	2.154
@@ -2474,7 +2474,8 @@
 		type = rtScript;
 		break;
 	default:
-		error("o72_getResourceSize: default type %d", subOp);
+		warning("o72_getResourceSize: default type %d", subOp);
+		return;
 	}
 
 	const byte *ptr = getResourceAddress(type, idx);





More information about the Scummvm-git-logs mailing list