[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.268,1.269

Max Horn fingolfin at users.sourceforge.net
Thu Jan 15 12:38:03 CET 2004


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

Modified Files:
	script_v6.cpp 
Log Message:
pedantic change

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -d -r1.268 -r1.269
--- script_v6.cpp	15 Jan 2004 19:25:17 -0000	1.268
+++ script_v6.cpp	15 Jan 2004 20:37:26 -0000	1.269
@@ -1226,7 +1226,7 @@
 		//   if (((VAR_TALK_ACTOR != 0) && (VAR_HAVE_MSG == 1)) &&
 		//        (getActorRoom(VAR_TALK_ACTOR) == VAR_ROOM))
 		// Due to the way this is represented in bytecode, the engine cannot
-		// short circuit. Hence, even thought this would be perfectly fine code
+		// short circuit. Hence, even though this would be perfectly fine code
 		// in C/C++, here it can (and does) lead to getActorRoom(0) being
 		// invoked. We silently ignore this.
 		push(0);





More information about the Scummvm-git-logs mailing list