summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 0b0ac06c9..4b762a559 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -896,7 +896,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo
short skill=0;
short s_ele, s_ele_, t_class;
int i, nk;
- bool n_ele; // non-elemental
+ bool n_ele = false; // non-elemental
struct map_session_data *sd, *tsd;
struct Damage wd;