diff options
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 33a2d837..39dfaa33 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -172,7 +172,7 @@ class Viewport : public WindowContainer, public gcn::MouseListener, bool mVisibleNames; /**< Show target names. */ bool mPlayerFollowMouse; -#ifdef TMWSERV_SUPPORT +#ifdef MANASERV_SUPPORT int mLocalWalkTime; /**< Timestamp before the next walk can be sent. */ #else int mWalkTime; |