[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Sun Dec 15 09:35:07 CET 2002


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

Modified Files:
	script_v6.cpp 
Log Message:
oops

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- script_v6.cpp	15 Dec 2002 17:28:46 -0000	1.2
+++ script_v6.cpp	15 Dec 2002 17:34:38 -0000	1.3
@@ -2089,7 +2089,6 @@
 	case 232:{										/* wait until actor stops turning */
 			int actnum = pop();
 			Actor *a = derefActorSafe(actnum, "o6_wait:232");
-			printf("
 			int offs = (int16)fetchScriptWord();
 			if (a && a->isInCurrentRoom() && a->moving & MF_TURN) {
 				_scriptPointer += offs;





More information about the Scummvm-git-logs mailing list