From 1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Tue, 18 Dec 2007 01:27:27 +0000 Subject: Updated attribute system to the latest design decisions (removed charisma, kept agility in) --- src/gui/status.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/status.h') 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; -- cgit v1.2.3-70-g09d2