summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
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;