summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.h
diff options
context:
space:
mode:
authorKess Vargavind <vargavind@gmail.com>2009-09-01 08:42:00 +0200
committerKess Vargavind <vargavind@gmail.com>2009-09-01 09:10:34 +0200
commit1bd64c1bd6e1647ac767f6da52f9cbe267c195f5 (patch)
tree0c9c6c2ab733d9ae55e1bef4df7482fb6013d82d /src/gui/statuswindow.h
parentf7d11d6734940c509bcc676e464b939edc7f84a6 (diff)
downloadMana-1bd64c1bd6e1647ac767f6da52f9cbe267c195f5.tar.gz
Mana-1bd64c1bd6e1647ac767f6da52f9cbe267c195f5.tar.bz2
Mana-1bd64c1bd6e1647ac767f6da52f9cbe267c195f5.tar.xz
Mana-1bd64c1bd6e1647ac767f6da52f9cbe267c195f5.zip
Disable correction points in eA client
For now, until correction points are supported in eA. By the way, I notice mDec et cetera aren't private members. Not sure what you are up to.
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r--src/gui/statuswindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h
index f6d4f73e..ce68eb4c 100644
--- a/src/gui/statuswindow.h
+++ b/src/gui/statuswindow.h
@@ -89,7 +89,10 @@ class StatusWindow : public Window
VertContainer *mDAttrCont;
ScrollArea *mDAttrScroll;
- gcn::Label *mCharacterPointsLabel, *mCorrectionPointsLabel;
+ gcn::Label *mCharacterPointsLabel;
+#ifdef TMWSERV_SUPPORT
+ gcn::Label *mCorrectionPointsLabel;
+#endif
typedef std::map<int, AttrDisplay*> Attrs;
Attrs mAttrs;