diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-05 22:56:42 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-05 22:56:42 +0200 |
commit | 1c49a83df05dbf6837687e1bfc5b142a680144ed (patch) | |
tree | 5e1ae2d371ca8ec6aa5caa95cf8e4bee00f726ee /src/gui/setup_other.h | |
parent | 6941cbc58099ee54ba326382eaf4de805d933e0e (diff) | |
download | mv-1c49a83df05dbf6837687e1bfc5b142a680144ed.tar.gz mv-1c49a83df05dbf6837687e1bfc5b142a680144ed.tar.bz2 mv-1c49a83df05dbf6837687e1bfc5b142a680144ed.tar.xz mv-1c49a83df05dbf6837687e1bfc5b142a680144ed.zip |
Add hp bar to local player.
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index b20401be5..6a092e93f 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -119,6 +119,9 @@ class Setup_Other : public SetupTab, public gcn::ActionListener gcn::CheckBox *mShowMobHPCheckBox; bool mShowMobHP; + gcn::CheckBox *mShowOwnHPCheckBox; + bool mShowOwnHP; + EditDialog *mEditDialog; }; |