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

Comparing deliantra/server/server/move.C (file contents):
Revision 1.44 by root, Tue Jan 3 11:25:36 2012 UTC vs.
Revision 1.45 by root, Fri Jan 27 22:00:40 2012 UTC

106 106
107int 107int
108transfer_ob (object *op, int x, int y, int randomly, object *originator) 108transfer_ob (object *op, int x, int y, int randomly, object *originator)
109{ 109{
110 int i; 110 int i;
111 object *tmp;
112 111
113 if (randomly) 112 if (randomly)
114 i = find_free_spot (op, op->map, x, y, 0, SIZEOFFREE); 113 i = find_free_spot (op, op->map, x, y, 0, SIZEOFFREE);
115 else 114 else
116 i = find_first_free_spot (op, op->map, x, y); 115 i = find_first_free_spot (op, op->map, x, y);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines