summaryrefslogtreecommitdiff
path: root/src/map/battle.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-11-04 22:41:51 -0800
committerBen Longbons <b.r.longbons@gmail.com>2014-11-04 22:41:53 -0800
commit9c19f89a5fb3947541286b349479eb8276dc8b65 (patch)
tree8e5c5654f48cbc8b3dd06a4b3d4d884eb4b808cd /src/map/battle.hpp
parent0bc322efc087ab0c7b53709e5e20ac76aee761de (diff)
downloadtmwa-9c19f89a5fb3947541286b349479eb8276dc8b65.tar.gz
tmwa-9c19f89a5fb3947541286b349479eb8276dc8b65.tar.bz2
tmwa-9c19f89a5fb3947541286b349479eb8276dc8b65.tar.xz
tmwa-9c19f89a5fb3947541286b349479eb8276dc8b65.zip
Remove sc_count
It was a negligible performance gain during death, but a lot of bugs.
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 4a69b8e..aa96a72 100644
--- a/src/map/battle.hpp
+++ b/src/map/battle.hpp
@@ -97,7 +97,6 @@ MobMode battle_get_mode(dumb_ptr<block_list> bl);
int battle_get_stat(SP stat_id, dumb_ptr<block_list> bl);
eptr<struct status_change, StatusChange, StatusChange::MAX_STATUSCHANGE> battle_get_sc_data(dumb_ptr<block_list> bl);
-short *battle_get_sc_count(dumb_ptr<block_list> bl);
Opt1 *battle_get_opt1(dumb_ptr<block_list> bl);
Opt2 *battle_get_opt2(dumb_ptr<block_list> bl);
Opt3 *battle_get_opt3(dumb_ptr<block_list> bl);