From 537d390ae65e9b8a2701c04baa22962f7db0f093 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 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/gui/ministatus.h') diff --git a/src/gui/ministatus.h b/src/gui/ministatus.h index d4804bef..d2bcef1c 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 @@ -44,13 +44,13 @@ class MiniStatusWindow : public Window MiniStatusWindow(); /** - * Draw this window + * Draw this window. */ void draw(gcn::Graphics *graphics); private: /** - * Updates this dialog with values from player_node + * Updates this dialog with values from player_node. */ void update(); @@ -60,9 +60,6 @@ class MiniStatusWindow : public Window ProgressBar *mHpBar; ProgressBar *mMpBar; ProgressBar *mXpBar; - gcn::Label *mHpLabel; - gcn::Label *mMpLabel; - gcn::Label *mXpLabel; }; #endif -- cgit v1.2.3-70-g09d2