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.61 by root, Wed Jul 19 08:50:42 2006 UTC vs.
Revision 1.62 by root, Thu Jul 20 04:23:50 2006 UTC

1664 1664
1665void push_button (object *op); 1665void push_button (object *op);
1666 1666
1667void use_trigger (object *op); 1667void use_trigger (object *op);
1668 1668
1669void add_button_link (object *button, mapstruct *map, int connected);
1670
1671void remove_button_link (object *op);
1672
1669void 1673void
1670cf_object_set_resistance (object *op, int rtype, int val) 1674cf_object_set_resistance (object *op, int rtype, int val)
1671 CODE: 1675 CODE:
1672 if (rtype >= 0 && rtype < NROFATTACKS) 1676 if (rtype >= 0 && rtype < NROFATTACKS)
1673 op->resist[rtype] = val; 1677 op->resist[rtype] = val;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines