[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.36,2.37

Max Horn fingolfin at users.sourceforge.net
Wed Dec 25 07:12:04 CET 2002


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

Modified Files:
	script_v8.cpp 
Log Message:
breakHereVar takes an argument -> Ctrl-C now works again (skips to the 'Part I' screen)

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.36
retrieving revision 2.37
diff -u -d -r2.36 -r2.37
--- script_v8.cpp	25 Dec 2002 15:04:04 -0000	2.36
+++ script_v8.cpp	25 Dec 2002 15:11:49 -0000	2.37
@@ -583,7 +583,8 @@
 
 void Scumm_v8::o8_breakHereVar()
 {
-	warning("o8_breakHereVar NYI");
+	int var = pop();
+	warning("o8_breakHereVar(%d) NYI", var);
 	o6_breakHere();
 }
 





More information about the Scummvm-git-logs mailing list