--- deliantra/server/server/spell_attack.C 2006/09/03 00:18:42 1.7 +++ deliantra/server/server/spell_attack.C 2006/09/07 10:01:58 1.8 @@ -1,6 +1,6 @@ /* * static char *rcsid_spell_attack_c = - * "$Id: spell_attack.C,v 1.7 2006/09/03 00:18:42 root Exp $"; + * "$Id: spell_attack.C,v 1.8 2006/09/07 10:01:58 pippijn Exp $"; */ @@ -1667,11 +1667,14 @@ void move_swarm_spell(object *op) { +#if 0 static int cardinal_adjust[9] = { -3, -2, -1, 0, 0, 0, 1, 2, 3 }; static int diagonal_adjust[10] = { -3, -2, -2, -1, 0, 0, 1, 2, 2, 3 }; sint16 target_x, target_y, origin_x, origin_y; - int basedir, adjustdir; + int adjustdir; mapstruct *m; +#endif + int basedir; object *owner; owner = get_owner(op);