diff options
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 848c9c3db..6aa6ade03 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -64,7 +64,6 @@ enum e_battle_check_target { //New definitions [Skotlex] BCT_NEUTRAL = 0x100000, }; - /** * Structures **/ @@ -469,7 +468,7 @@ struct Battle_Config { /** - * Misc Vars + * Vars **/ //attribute table extern int attr_fix_table[4][10][10]; |