[Scummvm-cvs-logs] SF.net SVN: scummvm: [30614] scummvm/trunk/engines/agi/op_cmd.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Tue Jan 22 20:45:07 CET 2008


Revision: 30614
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30614&view=rev
Author:   buddha_
Date:     2008-01-22 11:45:06 -0800 (Tue, 22 Jan 2008)

Log Message:
-----------
Fixed typo in comment.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/op_cmd.cpp

Modified: scummvm/trunk/engines/agi/op_cmd.cpp
===================================================================
--- scummvm/trunk/engines/agi/op_cmd.cpp	2008-01-22 18:09:00 UTC (rev 30613)
+++ scummvm/trunk/engines/agi/op_cmd.cpp	2008-01-22 19:45:06 UTC (rev 30614)
@@ -682,7 +682,7 @@
 		// stop when walking to a ladder using the mouse but kept moving on the
 		// ladder in a horizontally looping manner i.e. from right to left, from
 		// right to left etc. In the Amiga Gold Rush the ego stopped when getting
-		// onto the ladder so this is more like it (Although that may be a caused
+		// onto the ladder so this is more like it (Although that may be caused
 		// by something else because this command doesn't do any flag manipulations
 		// in the Amiga version - checked it with disassembly).
 		if (x != game.adjMouseX || y != game.adjMouseY)


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