summaryrefslogtreecommitdiff
path: root/src/gui/newskill.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/newskill.h')
-rw-r--r--src/gui/newskill.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/newskill.h b/src/gui/newskill.h
index 57d09d77..743adbd0 100644
--- a/src/gui/newskill.h
+++ b/src/gui/newskill.h
@@ -42,9 +42,9 @@ class NewSkillDialog : public Window, public gcn::ActionListener
private:
// members
int startPoint; // starting point of skill listing
- ProgressBar *skillbar;
- gcn::Label *skillLabel;
- gcn::Label *skillLevel;
+ ProgressBar *skillbar[N_SKILL_CAT_SIZE];
+ gcn::Label *skillLabel[N_SKILL_CAT_SIZE];
+ gcn::Label *skillLevel[N_SKILL_CAT_SIZE];
gcn::Button *catButton[N_SKILL_CAT];
gcn::Button *closeButton;
nSkill playerSkill[N_SKILL]; // pointer to an array of skill values