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.43 by root, Thu Jul 5 08:10:30 2007 UTC vs.
Revision 1.44 by root, Sun Jul 22 14:17:58 2007 UTC

1085 * op = player 1085 * op = player
1086 * caster = object casting the spell. 1086 * caster = object casting the spell.
1087 * dir = direction being cast 1087 * dir = direction being cast
1088 * spell = spell object 1088 * spell = spell object
1089 */ 1089 */
1090
1091int 1090int
1092cast_smite_spell (object *op, object *caster, int dir, object *spell) 1091cast_smite_spell (object *op, object *caster, int dir, object *spell)
1093{ 1092{
1094 object *effect, *target; 1093 object *effect, *target;
1095 object *god = find_god (determine_god (op)); 1094 object *god = find_god (determine_god (op));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines