ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfperl/cfperl.xs
(Generate patch)

Comparing deliantra/server/plugins/cfperl/cfperl.xs (file contents):
Revision 1.60 by root, Sat Jul 15 21:10:04 2006 UTC vs.
Revision 1.61 by root, Wed Jul 19 08:50:42 2006 UTC

1660 1660
1661int kill_object (object *op, int dam = 0, object *hitter = 0, int type = AT_PHYSICAL) 1661int kill_object (object *op, int dam = 0, object *hitter = 0, int type = AT_PHYSICAL)
1662 1662
1663int calc_skill_exp (object *who, object *op, object *skill); 1663int calc_skill_exp (object *who, object *op, object *skill);
1664 1664
1665void push_button (object *op);
1666
1667void use_trigger (object *op);
1668
1665void 1669void
1666cf_object_set_resistance (object *op, int rtype, int val) 1670cf_object_set_resistance (object *op, int rtype, int val)
1667 CODE: 1671 CODE:
1668 if (rtype >= 0 && rtype < NROFATTACKS) 1672 if (rtype >= 0 && rtype < NROFATTACKS)
1669 op->resist[rtype] = val; 1673 op->resist[rtype] = val;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines