diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-10 04:15:39 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-10 04:15:39 +0200 |
commit | f74cf5eb61deccc478d2a4cbc7a352748d96c65e (patch) | |
tree | 1f5c31014cc82a4ad079374ecfb775fe847b8d80 /src/gui/statuswindow.h | |
parent | c117ead1f66522c7b8cb29b4179a78e7dc775d28 (diff) | |
download | plus-f74cf5eb61deccc478d2a4cbc7a352748d96c65e.tar.gz plus-f74cf5eb61deccc478d2a4cbc7a352748d96c65e.tar.bz2 plus-f74cf5eb61deccc478d2a4cbc7a352748d96c65e.tar.xz plus-f74cf5eb61deccc478d2a4cbc7a352748d96c65e.zip |
Add inventory slots bar in top left corner (hidden by default).
Diffstat (limited to 'src/gui/statuswindow.h')
-rw-r--r-- | src/gui/statuswindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index 47f87254f..38ae16e37 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -66,7 +66,8 @@ class StatusWindow : public Window, public Mana::Listener static void updateMPBar(ProgressBar *bar, bool showMax = false); static void updateJobBar(ProgressBar *bar, bool percent = true); static void updateXPBar(ProgressBar *bar, bool percent = true); - static void updateWeightBar(ProgressBar *bar, bool percent = true); + static void updateWeightBar(ProgressBar *bar); + static void updateInvSlotsBar(ProgressBar *bar); static void updateStatusBar(ProgressBar *bar, bool percent = true); static void updateProgressBar(ProgressBar *bar, int value, int max, bool percent); |