summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-27 18:07:45 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-27 18:15:57 -0500
commitac005d74dd4d2ae318a56d2142cb997891e79bf6 (patch)
tree10b331a892ae1d1a32ae50ceb81f8fc49c854f5e /src/map/battle.h
parent7d71a0828ccb4149d5ce8b13cd5bd2f84a911d6b (diff)
downloadhercules-ac005d74dd4d2ae318a56d2142cb997891e79bf6.tar.gz
hercules-ac005d74dd4d2ae318a56d2142cb997891e79bf6.tar.bz2
hercules-ac005d74dd4d2ae318a56d2142cb997891e79bf6.tar.xz
hercules-ac005d74dd4d2ae318a56d2142cb997891e79bf6.zip
remove hardcoded chat area size from clif.c, add chat_area_size to battleconf
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 7e7048a38..c55d5ef19 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -362,6 +362,7 @@ struct Battle_Config {
int castrate_dex_scale; // added by [MouseJstr]
int area_size; // added by [MouseJstr]
+ int chat_area_size; // added by [gumi]
int max_def, over_def_bonus; //added by [Skotlex]