diff options
author | Frost <jedzkie13@rocketmail.com> | 2015-06-14 21:21:55 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-17 14:42:11 +0200 |
commit | 18f222b67d03dc8ad7584b972025bf58dbf39c1a (patch) | |
tree | 95513457121bb279baaca402829a8dd1ba64f9e4 /src/map/battle.h | |
parent | 09f5d716e5471e652867194aa8bcd8d7a62e85fd (diff) | |
download | hercules-18f222b67d03dc8ad7584b972025bf58dbf39c1a.tar.gz hercules-18f222b67d03dc8ad7584b972025bf58dbf39c1a.tar.bz2 hercules-18f222b67d03dc8ad7584b972025bf58dbf39c1a.tar.xz hercules-18f222b67d03dc8ad7584b972025bf58dbf39c1a.zip |
Added Configuration in enabling/disabling monster hp bar on new clients.
Closes #558
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index b211afff5..0ebc0aeb9 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -507,6 +507,8 @@ struct Battle_Config { int stormgust_knockback; int feature_roulette; + + int show_monster_hp_bar; // [Frost] }; /* criteria for battle_config.idletime_critera */ |