[Scummvm-cvs-logs] SF.net SVN: scummvm: [20963] scummvm/trunk/engines/scumm/script_v6.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Feb 27 15:34:00 CET 2006


Revision: 20963
Author:   kirben
Date:     2006-02-27 15:32:59 -0800 (Mon, 27 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20963&view=rev

Log Message:
-----------
Typo.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/script_v6.cpp
Modified: scummvm/trunk/engines/scumm/script_v6.cpp
===================================================================
--- scummvm/trunk/engines/scumm/script_v6.cpp	2006-02-27 23:25:07 UTC (rev 20962)
+++ scummvm/trunk/engines/scumm/script_v6.cpp	2006-02-27 23:32:59 UTC (rev 20963)
@@ -2232,7 +2232,7 @@
 		return;
 	case 232:		// SO_WAIT_FOR_TURN
 		// WORKAROUND for bug #744441: An angle will often be received as the 
-		// actor numnber due to script bugs in The Dig. In all cases where this
+		// actor number due to script bugs in The Dig. In all cases where this
 		// occurs, _curActor is set just before it, so we can use it instead.
 		//
 		// For now, if the value passed in is divisible by 45, assume it is an







More information about the Scummvm-git-logs mailing list