summaryrefslogtreecommitdiff
path: root/src/map/battle.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-03-15 14:00:55 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-03-15 14:00:55 -0700
commitde9ee1b9754af9d954487121947352f32d7ebb7e (patch)
tree1b4cc6ab2f418dcd4def88a740174ec56074f21b /src/map/battle.hpp
parent3c4f4f003d9fdbf759e42ced4fece8dd6a506298 (diff)
downloadtmwa-de9ee1b9754af9d954487121947352f32d7ebb7e.tar.gz
tmwa-de9ee1b9754af9d954487121947352f32d7ebb7e.tar.bz2
tmwa-de9ee1b9754af9d954487121947352f32d7ebb7e.tar.xz
tmwa-de9ee1b9754af9d954487121947352f32d7ebb7e.zip
Remove unused fields to shrink character struct
Diffstat (limited to 'src/map/battle.hpp')
-rw-r--r--src/map/battle.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.hpp b/src/map/battle.hpp
index 32c479e..243d7fb 100644
--- a/src/map/battle.hpp
+++ b/src/map/battle.hpp
@@ -133,7 +133,6 @@ extern struct Battle_Config
int max_sp;
int max_lv;
int max_parameter;
- int max_cart_weight;
int monster_skill_log;
int battle_log;
int save_log;