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

Comparing deliantra/server/server/spell_util.C (file contents):
Revision 1.75 by root, Mon Jul 14 00:04:57 2008 UTC vs.
Revision 1.76 by root, Wed Jul 16 14:29:40 2008 UTC

1435 check_bullet (op); 1435 check_bullet (op);
1436 return; 1436 return;
1437 } 1437 }
1438} 1438}
1439 1439
1440/* This is called by move_apply. Basically, if someone 1440/* This is called by move_apply. Basically, if someone
1441 * moves onto a spell effect and the walk_on or fly_on flags 1441 * moves onto a spell effect and the walk_on or fly_on flags
1442 * are set, this is called. This should only be called for 1442 * are set, this is called. This should only be called for
1443 * objects of the appropraite type. 1443 * objects of the appropriate type.
1444 */ 1444 */
1445void 1445void
1446apply_spell_effect (object *spell, object *victim) 1446apply_spell_effect (object *spell, object *victim)
1447{ 1447{
1448 switch (spell->subtype) 1448 switch (spell->subtype)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines