diff options
author | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-29 22:52:10 +0000 |
---|---|---|
committer | epoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-29 22:52:10 +0000 |
commit | efc39a408c225e1f030b1d21938ad7004b65af96 (patch) | |
tree | c7a5a9a7e19d82dd0663d31969c2bb47964f9545 /src/map/battle.h | |
parent | cb54f6e503c6160eb5896088f04dcb75860ef153 (diff) | |
download | hercules-efc39a408c225e1f030b1d21938ad7004b65af96.tar.gz hercules-efc39a408c225e1f030b1d21938ad7004b65af96.tar.bz2 hercules-efc39a408c225e1f030b1d21938ad7004b65af96.tar.xz hercules-efc39a408c225e1f030b1d21938ad7004b65af96.zip |
- Updated the unit engine to cache attacker count rather than utilise CPU intensive block iterations
- This update removes two unofficial settings, nothing that will go amiss
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16011 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index f8f0a10d7..3b42c52b7 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -312,10 +312,7 @@ extern struct Battle_Config int manner_system; // end additions [Valaris] int show_mob_info; - - int agi_penalty_count_lv; - int vit_penalty_count_lv; - + int gx_allhit; int gx_disptype; int devotion_level_difference; |