summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 7545d696..136c6c3f 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -64,7 +64,8 @@ class StatusWindow : public Window, public gcn::ActionListener
* Status Part
*/
gcn::Label *mLvlLabel, *mJobLvlLabel;
- gcn::Label *mGpLabel; int currency; std::string currencyS;
+ gcn::Label *mGpLabel;
+ Uint32 mCurrency;
gcn::Label *mHpLabel, *mMpLabel, *mXpLabel, *mJobLabel;
ProgressBar *mHpBar, *mMpBar;
ProgressBar *mXpBar, *mJobBar;