diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-01-27 18:07:45 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-01-27 19:24:28 -0500 |
commit | 4237dbc2bf267c4a0af400dcdf7b164b607a06be (patch) | |
tree | e443f08ea06728781dfe79f0246afddee086172e /src/map/battle.h | |
parent | 18e76fe3596aec2b9a862b762cc31a66ac648317 (diff) | |
download | hercules-s20170306.tar.gz hercules-s20170306.tar.bz2 hercules-s20170306.tar.xz hercules-s20170306.zip |
remove hardcoded chat area size from clif.c, add chat_area_size to battleconfs20170306
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
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] |