aboutsummaryrefslogtreecommitdiff
path: root/sword2/walker.cpp
diff options
context:
space:
mode:
authorMax Horn2004-10-30 21:58:37 +0000
committerMax Horn2004-10-30 21:58:37 +0000
commit926cfc5bd25df0194095227ddf1587d3a6ffc7f0 (patch)
tree7c9b8506ce5ed9e1df63ac7def032e66468c431a /sword2/walker.cpp
parent43681e53274990ddeeda7ea476f8fb476d9027f7 (diff)
downloadscummvm-rg350-926cfc5bd25df0194095227ddf1587d3a6ffc7f0.tar.gz
scummvm-rg350-926cfc5bd25df0194095227ddf1587d3a6ffc7f0.tar.bz2
scummvm-rg350-926cfc5bd25df0194095227ddf1587d3a6ffc7f0.zip
Doxygen fixes
svn-id: r15701
Diffstat (limited to 'sword2/walker.cpp')
-rw-r--r--sword2/walker.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sword2/walker.cpp b/sword2/walker.cpp
index 4aab1b4173..fd831e2d11 100644
--- a/sword2/walker.cpp
+++ b/sword2/walker.cpp
@@ -259,8 +259,8 @@ int32 Logic::fnWalkToAnim(int32 *params) {
}
/**
- * 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 @@ int32 Logic::fnStandAt(int32 *params) {
}
/**
- * 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) {