[Scummvm-cvs-logs] CVS: scummvm/sword2 walker.cpp,1.39,1.40

Max Horn fingolfin at users.sourceforge.net
Sat Oct 30 14:59:25 CEST 2004


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6939

Modified Files:
	walker.cpp 
Log Message:
Doxygen fixes

Index: walker.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/walker.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- walker.cpp	24 Apr 2004 12:29:35 -0000	1.39
+++ walker.cpp	30 Oct 2004 21:58:37 -0000	1.40
@@ -259,8 +259,8 @@
 }
 
 /**
- * Turn mega to <direction>. Just needs to call fnWalk() with current feet
- * coords, so router can produce anim of turn frames.
+ * Turn mega to the specified direction. Just needs to call fnWalk() with
+ * current feet coords, so router can produce anim of turn frames.
  */
 
 int32 Logic::fnTurn(int32 *params) {
@@ -329,8 +329,8 @@
 }
 
 /**
- * Stand mega in <direction> at current feet coords
- * Just needs to call fnStandAt() with current feet coords
+ * Stand mega into the specified direction at current feet coords.
+ * Just needs to call fnStandAt() with current feet coords.
  */
 
 int32 Logic::fnStand(int32 *params) {





More information about the Scummvm-git-logs mailing list