ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/spell_attack.C
(Generate patch)

Comparing deliantra/server/server/spell_attack.C (file contents):
Revision 1.10 by root, Sun Sep 10 23:24:12 2006 UTC vs.
Revision 1.11 by root, Mon Sep 11 20:26:41 2006 UTC

1 1
2/* 2/*
3 * static char *rcsid_spell_attack_c = 3 * static char *rcsid_spell_attack_c =
4 * "$Id: spell_attack.C,v 1.10 2006/09/10 23:24:12 root Exp $"; 4 * "$Id: spell_attack.C,v 1.11 2006/09/11 20:26:41 root Exp $";
5 */ 5 */
6 6
7 7
8/* 8/*
9 CrossFire, A Multiplayer game for X-windows 9 CrossFire, A Multiplayer game for X-windows
185 { 185 {
186 remove_ob (op); 186 remove_ob (op);
187 free_object (op); 187 free_object (op);
188 return; 188 return;
189 } 189 }
190
190 hit_map (op, 0, op->attacktype, 1); 191 hit_map (op, 0, op->attacktype, 1);
191 192
192 if (!op->direction) 193 if (!op->direction)
193 return; 194 return;
194 195

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines