From 3dc311a652d1fda1252903a974920395e56e5668 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Tue, 13 Sep 2005 22:56:29 +0000 Subject: Merged with SDL_NET_TEST branch. --- src/gui/status.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/gui/status.h') diff --git a/src/gui/status.h b/src/gui/status.h index d6abd7af..99fbadf5 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -64,7 +64,7 @@ class StatusWindow : public Window, public gcn::ActionListener { private: /** - * Updates this dialog with values from PLAYER_INFO *char_info + * Updates this dialog with values from player_info */ void update(); @@ -73,7 +73,11 @@ class StatusWindow : public Window, public gcn::ActionListener { gcn::Label *expLabel, *jobExpLabel; ProgressBar *healthBar, *manaBar; ProgressBar *xpBar, *jobXpBar; - gcn::Button *statsButton, *skillsButton, *inventoryButton, *setupButton, *equipmentButton; + gcn::Button *statsButton; + gcn::Button *skillsButton; + gcn::Button *inventoryButton; + gcn::Button *setupButton; + gcn::Button *equipmentButton; }; extern StatusWindow *statusWindow; -- cgit v1.2.3-70-g09d2