diff options
author | Max Horn | 2004-10-30 21:58:37 +0000 |
---|---|---|
committer | Max Horn | 2004-10-30 21:58:37 +0000 |
commit | 926cfc5bd25df0194095227ddf1587d3a6ffc7f0 (patch) | |
tree | 7c9b8506ce5ed9e1df63ac7def032e66468c431a /sword2 | |
parent | 43681e53274990ddeeda7ea476f8fb476d9027f7 (diff) | |
download | scummvm-rg350-926cfc5bd25df0194095227ddf1587d3a6ffc7f0.tar.gz scummvm-rg350-926cfc5bd25df0194095227ddf1587d3a6ffc7f0.tar.bz2 scummvm-rg350-926cfc5bd25df0194095227ddf1587d3a6ffc7f0.zip |
Doxygen fixes
svn-id: r15701
Diffstat (limited to 'sword2')
-rw-r--r-- | sword2/walker.cpp | 8 |
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) { |