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.99 by root, Mon Oct 12 14:00:59 2009 UTC vs.
Revision 1.100 by root, Fri Nov 6 12:49:19 2009 UTC

887 tmp->insert_at (op); 887 tmp->insert_at (op);
888 } 888 }
889 } 889 }
890} 890}
891 891
892int 892static int
893cast_party_spell (object *op, object *caster, int dir, object *spell_ob, char *spellparam) 893cast_party_spell (object *op, object *caster, int dir, object *spell_ob, char *spellparam)
894{ 894{
895 if (!spell_ob->other_arch) 895 if (!spell_ob->other_arch)
896 { 896 {
897 LOG (llevError, "cast_party_spell: empty other arch\n"); 897 LOG (llevError, "cast_party_spell: empty other arch\n");
1449} 1449}
1450 1450
1451/* this checks to see if something special should happen if 1451/* this checks to see if something special should happen if
1452 * something runs into the object. 1452 * something runs into the object.
1453 */ 1453 */
1454void 1454static void
1455check_spell_effect (object *op) 1455check_spell_effect (object *op)
1456{ 1456{
1457 switch (op->subtype) 1457 switch (op->subtype)
1458 { 1458 {
1459 case SP_BOLT: 1459 case SP_BOLT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines