From db1b2e403f6258aa3afbce0ad5359ffd0ab708a9 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sat, 30 May 2009 11:55:59 +0000 Subject: Fixed 'n_ele' not initialized and a typo in the Changelog. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13828 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3-70-g09d2