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, 5 insertions, 1 deletions
diff --git a/src/gui/newskill.h b/src/gui/newskill.h
index 468b2114..57d09d77 100644
--- a/src/gui/newskill.h
+++ b/src/gui/newskill.h
@@ -44,9 +44,13 @@ class NewSkillDialog : public Window, public gcn::ActionListener
int startPoint; // starting point of skill listing
ProgressBar *skillbar;
gcn::Label *skillLabel;
+ gcn::Label *skillLevel;
gcn::Button *catButton[N_SKILL_CAT];
gcn::Button *closeButton;
-
+ nSkill playerSkill[N_SKILL]; // pointer to an array of skill values
+
+ void resetNSD(); // updates the values in the dialog box
+
public:
/**
* Constructor.