[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.202,1.203

Max Horn fingolfin at users.sourceforge.net
Fri Oct 17 03:14:06 CEST 2003


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

Modified Files:
	script_v5.cpp 
Log Message:
wait_for_actor -> waitForActor

Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- script_v5.cpp	16 Oct 2003 06:06:35 -0000	1.202
+++ script_v5.cpp	17 Oct 2003 10:11:09 -0000	1.203
@@ -1060,7 +1060,7 @@
 	if (_gameId == GID_LOOM)
 		return;
 
-	// INDY3 uses this opcode as a wait_for_actor();
+	// INDY3 uses this opcode for waitForActor
 	if (_gameId == GID_INDY3) {
 		const byte *oldaddr = _scriptPointer - 1;
 		a = derefActor(getVarOrDirectByte(0x80), "o5_getActorScale (wait)");





More information about the Scummvm-git-logs mailing list