[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.85,2.86

Travis Howell kirben at users.sourceforge.net
Sun Sep 12 22:35:01 CEST 2004


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

Modified Files:
	script_v72he.cpp 
Log Message:

Needs to be higher for now.


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.85
retrieving revision 2.86
diff -u -d -r2.85 -r2.86
--- script_v72he.cpp	13 Sep 2004 05:25:35 -0000	2.85
+++ script_v72he.cpp	13 Sep 2004 05:33:54 -0000	2.86
@@ -1982,7 +1982,7 @@
 void ScummEngine_v72he::o72_unknownF8() {
 	int id = pop();
 	byte subOp = fetchScriptByte();
-	push(1);
+	push(10);
 
 	debug(1,"stub o72_unknownF8: subOp %d, id %d", subOp, id);
 }





More information about the Scummvm-git-logs mailing list