From 65da3d5cd5c8cf40abc1e6d31b04eada615fe307 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 25 Jan 2009 21:30:47 +0100 Subject: Made the labels on the progress bars more readable --- src/gui/ministatus.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/gui/ministatus.h') diff --git a/src/gui/ministatus.h b/src/gui/ministatus.h index b191dbf8..c6a36a98 100644 --- a/src/gui/ministatus.h +++ b/src/gui/ministatus.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMW_MINISTATUS_H -#define _TMW_MINISTATUS_H +#ifndef MINISTATUS_H +#define MINISTATUS_H #include #include @@ -46,12 +46,12 @@ class MiniStatusWindow : public Window MiniStatusWindow(); /** - * Draw this window + * Draw this window. */ void draw(gcn::Graphics *graphics); /** - * Sets one of the icons + * Sets one of the icons. */ void setIcon(int index, AnimatedSprite *sprite); @@ -61,7 +61,7 @@ class MiniStatusWindow : public Window private: /** - * Updates this dialog with values from player_node + * Updates this dialog with values from player_node. */ void update(); @@ -71,9 +71,6 @@ class MiniStatusWindow : public Window ProgressBar *mHpBar; ProgressBar *mMpBar; ProgressBar *mXpBar; - gcn::Label *mHpLabel; - gcn::Label *mMpLabel; - gcn::Label *mXpLabel; std::vector mIcons; }; -- cgit v1.2.3-70-g09d2