summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h
index d3a86f1d..4b12bcc6 100644
--- a/src/gui/viewport.h
+++ b/src/gui/viewport.h
@@ -177,11 +177,8 @@ class Viewport : public WindowContainer, public gcn::MouseListener,
bool mVisibleNames; /**< Show target names. */
bool mPlayerFollowMouse;
-#ifdef MANASERV_SUPPORT
+
int mLocalWalkTime; /**< Timestamp before the next walk can be sent. */
-#else
- int mWalkTime;
-#endif
PopupMenu *mPopupMenu; /**< Popup menu. */
Being *mSelectedBeing; /**< Current selected being. */