summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
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 */