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.352 by elmex, Mon Mar 22 19:26:18 2010 UTC vs.
Revision 1.353 by root, Fri Mar 26 00:53:26 2010 UTC

2220 2220
2221int apply_shop_mat (object *shop_mat, object *op); 2221int apply_shop_mat (object *shop_mat, object *op);
2222 2222
2223int move (object *op, int dir, object *originator = op) 2223int move (object *op, int dir, object *originator = op)
2224 CODE: 2224 CODE:
2225 RETVAL = move_ob (op, dir, originator); 2225 RETVAL = op->move (dir, originator);
2226 OUTPUT: 2226 OUTPUT:
2227 RETVAL 2227 RETVAL
2228 2228
2229void apply (object *applier, object *applied, int flags = 0) 2229void apply (object *applier, object *applied, int flags = 0)
2230 CODE: 2230 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines