diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-23 03:53:24 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-23 03:53:24 +0000 |
commit | bc3de5fb5ea98691dc48e6984c5e5a2e9ebf7b36 (patch) | |
tree | 6c793b292a3ba83b0aefacc3ca90744a65c6ac72 /src/map/battle.h | |
parent | a27e8d773044fbf2eca905c8fbdb73673eb4062c (diff) | |
download | hercules-bc3de5fb5ea98691dc48e6984c5e5a2e9ebf7b36.tar.gz hercules-bc3de5fb5ea98691dc48e6984c5e5a2e9ebf7b36.tar.bz2 hercules-bc3de5fb5ea98691dc48e6984c5e5a2e9ebf7b36.tar.xz hercules-bc3de5fb5ea98691dc48e6984c5e5a2e9ebf7b36.zip |
- Fixed compile error and missing field in the clone function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5711 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 8ec793e8c..bdfbd90e5 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -221,8 +221,7 @@ extern struct Battle_Config { unsigned short etc_log;
unsigned short save_clothcolor;
unsigned short undead_detect_type;
- unsigned short pc_auto_counter_type;
- unsigned short monster_auto_counter_type;
+ unsigned short auto_counter_type;
unsigned short min_hitrate; //[Skotlex]
unsigned short max_hitrate; //[Skotlex]
unsigned short agi_penalty_type;
|