summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-12-18 01:27:27 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-12-18 01:27:27 +0000
commit1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c (patch)
treeeb36781dbb8a76967b10f45773e6fb4949ca9b74 /src/gui/status.h
parent57e9dc1c0f794508335819db4eb1f80ff8836d68 (diff)
downloadmana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.gz
mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.bz2
mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.xz
mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.zip
Updated attribute system to the latest design decisions (removed charisma, kept agility in)
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 62cd8805..f3475263 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -90,15 +90,15 @@ class StatusWindow : public Window, public gcn::ActionListener
/**
* Stats captions.
*/
- gcn::Label *mStatsLabel[7];
- gcn::Label *mPointsLabel[7];
- gcn::Label *mStatsDisplayLabel[7];
+ gcn::Label *mStatsLabel[6];
+ gcn::Label *mPointsLabel[6];
+ gcn::Label *mStatsDisplayLabel[6];
gcn::Label *mRemainingStatsPointsLabel;
/**
* Stats buttons.
*/
- gcn::Button *mStatsButton[7];
+ gcn::Button *mStatsButton[6];
};
extern StatusWindow *statusWindow;