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.4 by root, Tue Aug 29 08:01:37 2006 UTC vs.
Revision 1.5 by root, Tue Aug 29 17:32:19 2006 UTC

1/* 1/*
2 * static char *rcsid_move_c = 2 * static char *rcsid_move_c =
3 * "$Id: move.C,v 1.4 2006/08/29 08:01:37 root Exp $"; 3 * "$Id: move.C,v 1.5 2006/08/29 17:32:19 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
136 } 136 }
137 137
138 /* insert_ob_in_map will deal with any tiling issues */ 138 /* insert_ob_in_map will deal with any tiling issues */
139 insert_ob_in_map(op, m, originator,0); 139 insert_ob_in_map(op, m, originator,0);
140 140
141 return 1; /* this shouldn't be reached */ 141 return 1;
142} 142}
143 143
144 144
145/* 145/*
146 * transfer_ob(): Move an object (even linked objects) to another spot 146 * transfer_ob(): Move an object (even linked objects) to another spot

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines