summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-12-02 18:08:12 -0700
committerIra Rice <irarice@gmail.com>2008-12-02 18:08:12 -0700
commit7882d3dfcac6b2894d33947d4dca5df375712646 (patch)
tree1d401017d1d43420819398cd4f0004b9de278117 /src/gui
parent84164bd6cb597fe45f54e97cf9c8991e93e9a803 (diff)
downloadmana-7882d3dfcac6b2894d33947d4dca5df375712646.tar.gz
mana-7882d3dfcac6b2894d33947d4dca5df375712646.tar.bz2
mana-7882d3dfcac6b2894d33947d4dca5df375712646.tar.xz
mana-7882d3dfcac6b2894d33947d4dca5df375712646.zip
Added the ability to use external tilesets in the client.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 55ed393e..4fbce445 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -68,7 +68,7 @@ class StatusWindow : public Window, public gcn::ActionListener
/**
* Status Part
*/
- gcn::Label *mLvlLabel, *mGpLabel, *mHpLabel, *mHpValueLabel;
+ gcn::Label *mLvlLabel, *mJobLvlLabel, *mGpLabel, *mHpLabel, *mHpValueLabel;
gcn::Label *mMpLabel, *mMpValueLabel;
gcn::Label *mXpLabel, *mXpValueLabel, *mJobXpLabel, *mJobValueLabel;
ProgressBar *mHpBar, *mMpBar;