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

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.159 by root, Mon Jan 29 21:00:38 2007 UTC vs.
Revision 1.160 by elmex, Wed Jan 31 14:11:02 2007 UTC

1805void 1805void
1806set_animation (object *op, int idx) 1806set_animation (object *op, int idx)
1807 CODE: 1807 CODE:
1808 SET_ANIMATION (op, idx); 1808 SET_ANIMATION (op, idx);
1809 1809
1810int
1811num_animations (object *op)
1812 CODE:
1813 RETVAL = NUM_ANIMATIONS (op);
1814 OUTPUT: RETVAL
1815
1810object *find_best_object_match (object *op, const char *match) 1816object *find_best_object_match (object *op, const char *match)
1811 1817
1812object *find_marked_object (object *op) 1818object *find_marked_object (object *op)
1813 1819
1814int need_identify (object *obj); 1820int need_identify (object *obj);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines