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.61 by root, Sun May 18 19:53:07 2008 UTC vs.
Revision 1.62 by root, Mon Jul 14 00:04:57 2008 UTC

743 check_spell_knockback (op); 743 check_spell_knockback (op);
744 744
745 if (op->destroyed ()) 745 if (op->destroyed ())
746 return; 746 return;
747 747
748 if ((op->duration--) < 0) 748 if (op->duration-- < 0)
749 { 749 {
750 op->destroy (); 750 op->destroy ();
751 return; 751 return;
752 } 752 }
753 /* Object has hit maximum range, so don't have it move 753 /* Object has hit maximum range, so don't have it move

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines