[Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.495,2.496 script_c64.cpp,2.6,2.7

kirben kirben at users.sourceforge.net
Thu May 19 23:41:00 CEST 2005


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

Modified Files:
	intern.h script_c64.cpp 
Log Message:

Ooops


Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/intern.h,v
retrieving revision 2.495
retrieving revision 2.496
diff -u -d -r2.495 -r2.496
--- intern.h	20 May 2005 06:29:34 -0000	2.495
+++ intern.h	20 May 2005 06:39:18 -0000	2.496
@@ -409,7 +409,6 @@
 	void o_isNotEqual();
 	void o_loadSound();
 	void o_putActorAtObject();
-	void o_unfreezeScripts();
 	void o_unknown13();
 	void o_clearState08();
 	void o_move();

Index: script_c64.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_c64.cpp,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -d -r2.6 -r2.7
--- script_c64.cpp	20 May 2005 06:29:34 -0000	2.6
+++ script_c64.cpp	20 May 2005 06:39:18 -0000	2.7
@@ -56,7 +56,7 @@
 		OPCODE(o_putActorAtObject),
 		OPCODE(o2_ifNotState08),
 		/* 10 */
-		OPCODE(o_unfreezeScripts),
+		OPCODE(o5_breakHere),
 		OPCODE(o2_animateActor),
 		OPCODE(o2_panCameraTo),
 		OPCODE(o_unknown13),
@@ -440,10 +440,6 @@
 	ensureResourceLoaded(rtSound, resid);
 }
 
-void ScummEngine_c64::o_unfreezeScripts() {
-	unfreezeScripts();
-}
-
 void ScummEngine_c64::o_move() {
 	getResultPos();
 	setResult(getVarOrDirectByte(PARAM_1));





More information about the Scummvm-git-logs mailing list