summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-06-22 03:02:19 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-06-22 03:02:19 +0200
commit527c5a20676780954567d6a791f240933afde7f2 (patch)
tree5e8e239d25b300afeab738ecd980eb6703a5245b /src/map/battle.c
parent7851f5044beba57396c8889df85401c944b415e1 (diff)
downloadhercules-527c5a20676780954567d6a791f240933afde7f2.tar.gz
hercules-527c5a20676780954567d6a791f240933afde7f2.tar.bz2
hercules-527c5a20676780954567d6a791f240933afde7f2.tar.xz
hercules-527c5a20676780954567d6a791f240933afde7f2.zip
Add battle flag for configuration messages display
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 7d85bf645..dc2535052 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7432,6 +7432,7 @@ static const struct battle_data {
{ "option_drop_max_loop", &battle_config.option_drop_max_loop, 10, 1, 100000, },
{ "drop_connection_on_quit", &battle_config.drop_connection_on_quit, 0, 0, 1, },
{ "display_rate_messages", &battle_config.display_rate_messages, 1, 0, 7, },
+ { "display_config_messages", &battle_config.display_config_messages, 0x1F1, 0, 0x1F7, },
{ "features/enable_refinery_ui", &battle_config.enable_refinery_ui, 1, 0, 1, },
{ "features/replace_refine_npcs", &battle_config.replace_refine_npcs, 1, 0, 1, },
{ "batk_min_limit", &battle_config.batk_min, 0, 0, INT_MAX, },