aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/snail.h
diff options
context:
space:
mode:
authoruruk2014-07-24 23:22:46 +0200
committeruruk2014-07-24 23:22:46 +0200
commit8a1d0461878b3a38c385d9c6c4c294ee88eb3472 (patch)
tree62ce3becc07410b274c05cacac42ce6ff5d82f9a /engines/cge2/snail.h
parentb85e5dcfdb482b3bfa6a513537e88ccd1eb695fe (diff)
downloadscummvm-rg350-8a1d0461878b3a38c385d9c6c4c294ee88eb3472.tar.gz
scummvm-rg350-8a1d0461878b3a38c385d9c6c4c294ee88eb3472.tar.bz2
scummvm-rg350-8a1d0461878b3a38c385d9c6c4c294ee88eb3472.zip
CGE2: Fix kCmdWalk's comment.
Diffstat (limited to 'engines/cge2/snail.h')
-rw-r--r--engines/cge2/snail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/snail.h b/engines/cge2/snail.h
index 66e35dc06e..ed6aae79d8 100644
--- a/engines/cge2/snail.h
+++ b/engines/cge2/snail.h
@@ -83,7 +83,7 @@ enum CommandType {
kCmdRMMTake, // RMMTAKE <spr> 0 :: remove TAKE list
kCmdRMFTake, // RMFTAKE <spr> 0 :: remove TAKE list
kCmdSetRef, // SETREF <spr> <ref> :: change reference of sprite <spr> to <ref>
- kCmdWalk, // WALK <hero> <ref>|<point> :: go close to the sprite or point
+ kCmdWalk, // WALKTO <hero> <ref>|<point> :: go close to the sprite or point
kCmdReach, // REACH <hero> <ref>|<m> :: reach the sprite or point with <m> method
kCmdCover, // COVER <sp1> <sp2> :: cover sprite <sp1> with sprite <sp2>
kCmdUncover, // UNCOVER <sp1> <sp2> :: restore the state before COVER