[Scummvm-cvs-logs] SF.net SVN: scummvm: [25808] scummvm/trunk/engines/agos/script_e2.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Feb 23 11:19:53 CET 2007


Revision: 25808
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25808&view=rev
Author:   kirben
Date:     2007-02-23 02:19:53 -0800 (Fri, 23 Feb 2007)

Log Message:
-----------
Correct typo.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/script_e2.cpp

Modified: scummvm/trunk/engines/agos/script_e2.cpp
===================================================================
--- scummvm/trunk/engines/agos/script_e2.cpp	2007-02-23 10:18:14 UTC (rev 25807)
+++ scummvm/trunk/engines/agos/script_e2.cpp	2007-02-23 10:19:53 UTC (rev 25808)
@@ -281,7 +281,7 @@
 	// 156: is bit set
 	uint bit = getVarWrapper();
 
-	// WORKAROUND: For for script glitch in some versions
+	// WORKAROUND: For a script glitch in some versions
 	if (getGameType() == GType_SIMON1 && _subroutine == 2962 && bit == 63) {
 		bit = 50;
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list