diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 75a1af7d..832b7eb4 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -367,6 +367,8 @@ class LocalPlayer : public Player int mWalkingDir; /**< The direction the player is walking in. */ int mDestX; /**< X coordinate of destination. */ int mDestY; /**< Y coordinate of destination. */ + int mLocalWalkTime; /**< Timestamp used to control keyboard walk + messages flooding */ std::list<std::string> mExpMessages; /**< Queued exp messages*/ int mExpMessageTime; |