diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index bea224b1c..8b1f757f5 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -462,8 +462,6 @@ extern int attr_fix_table[4][10][10]; * Battle.c Interface **/ struct battle_interface { - /* vars */ - bool isMagicReflect;/* maybe better as a flag atlho the system isnt threaded so there isn't any bug by using it like this */ /* init */ void (*init) (void); /* final */ |