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.171 by pippijn, Fri Mar 2 13:32:52 2007 UTC vs.
Revision 1.172 by pippijn, Fri Mar 2 15:25:37 2007 UTC

1854 1854
1855int need_identify (object *obj); 1855int need_identify (object *obj);
1856 1856
1857int apply_shop_mat (object *shop_mat, object *op); 1857int apply_shop_mat (object *shop_mat, object *op);
1858 1858
1859int move_player (object *op, int dir)
1860 CODE:
1861 RETVAL = move_player (op, dir);
1862 OUTPUT:
1863 RETVAL
1864
1859int move (object *op, int dir, object *originator = op) 1865int move (object *op, int dir, object *originator = op)
1860 CODE: 1866 CODE:
1861 RETVAL = move_ob (op, dir, originator); 1867 RETVAL = move_ob (op, dir, originator);
1862 OUTPUT: 1868 OUTPUT:
1863 RETVAL 1869 RETVAL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines