diff options
author | uruk | 2014-07-24 23:22:46 +0200 |
---|---|---|
committer | uruk | 2014-07-24 23:22:46 +0200 |
commit | 8a1d0461878b3a38c385d9c6c4c294ee88eb3472 (patch) | |
tree | 62ce3becc07410b274c05cacac42ce6ff5d82f9a /engines | |
parent | b85e5dcfdb482b3bfa6a513537e88ccd1eb695fe (diff) | |
download | scummvm-rg350-8a1d0461878b3a38c385d9c6c4c294ee88eb3472.tar.gz scummvm-rg350-8a1d0461878b3a38c385d9c6c4c294ee88eb3472.tar.bz2 scummvm-rg350-8a1d0461878b3a38c385d9c6c4c294ee88eb3472.zip |
CGE2: Fix kCmdWalk's comment.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/snail.h | 2 |
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 |