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

Comparing deliantra/server/random_maps/random_map.C (file contents):
Revision 1.36 by root, Tue Apr 15 18:43:11 2008 UTC vs.
Revision 1.37 by root, Fri May 2 21:01:53 2008 UTC

942 } 942 }
943} 943}
944 944
945/* copy an object with an inventory... i.e., duplicate the inv too. */ 945/* copy an object with an inventory... i.e., duplicate the inv too. */
946void 946void
947copy_object_with_inv (object *src_ob, object *dest_ob) 947copy_object_with_inv (object *src_ob, object *dest_ob)//TODO, replace by clone
948{ 948{
949 object *walk, *tmp; 949 object *walk, *tmp;
950 950
951 src_ob->copy_to (dest_ob); 951 src_ob->copy_to (dest_ob);
952 952

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines