[Scummvm-cvs-logs] SF.net SVN: scummvm:[54019] scummvm/trunk/engines/hugo/schedule.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Mon Nov 1 21:21:01 CET 2010


Revision: 54019
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54019&view=rev
Author:   strangerke
Date:     2010-11-01 20:21:01 +0000 (Mon, 01 Nov 2010)

Log Message:
-----------
HUGO: Fix typo

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/schedule.cpp

Modified: scummvm/trunk/engines/hugo/schedule.cpp
===================================================================
--- scummvm/trunk/engines/hugo/schedule.cpp	2010-11-01 20:20:21 UTC (rev 54018)
+++ scummvm/trunk/engines/hugo/schedule.cpp	2010-11-01 20:21:01 UTC (rev 54019)
@@ -836,7 +836,7 @@
 
 /**
 * Maze mode is enabled.  Check to see whether hero has crossed the maze
-* bounding box, if so, go to the next room */
+* bounding box, if so, go to the next room
 */
 void Scheduler::processMaze(int x1, int x2, int y1, int y2) {
 	debugC(1, kDebugSchedule, "processMaze");


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