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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.224 by root, Fri May 2 20:16:24 2008 UTC vs.
Revision 1.225 by root, Fri May 2 20:28:44 2008 UTC

684object * 684object *
685object::clone () 685object::clone ()
686{ 686{
687 object *neu = create (); 687 object *neu = create ();
688 copy_to (neu); 688 copy_to (neu);
689 neu->map = map; // not copied by copy_to
689 return neu; 690 return neu;
690} 691}
691 692
692/* 693/*
693 * If an object with the IS_TURNABLE() flag needs to be turned due 694 * If an object with the IS_TURNABLE() flag needs to be turned due

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines