summaryrefslogtreecommitdiff
path: root/src/game-server/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/actor.h')
-rw-r--r--src/game-server/actor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game-server/actor.h b/src/game-server/actor.h
index b5c634f4..fa443559 100644
--- a/src/game-server/actor.h
+++ b/src/game-server/actor.h
@@ -130,7 +130,8 @@ class Actor : public Thing
virtual Map::BlockType getBlockType() const
{ return Map::BLOCKTYPE_NONE; }
- unsigned short mMoveTime; /**< Delay until next action. */
+ /** Delay until move to next tile in miliseconds. */
+ unsigned short mMoveTime;
private:
char mUpdateFlags; /**< Changes in actor status. */