diff options
Diffstat (limited to 'src/gui/status.h')
-rw-r--r-- | src/gui/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h index ebc9a041..02bd0a2f 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -57,7 +57,7 @@ class StatusWindow : public Window, public gcn::ActionListener { void update(); private: - gcn::Label *hp, *sp, *gp; + gcn::Label *hp, *sp; gcn::Label *hpValue, *spValue; gcn::Label *expLabel, *jobExpLabel; ProgressBar *healthBar, *manaBar; |