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.3 by root, Sat Aug 26 08:44:05 2006 UTC vs.
Revision 1.4 by root, Sat Aug 26 23:36:30 2006 UTC

1/* 1/*
2 * static char *rcsid_object_c = 2 * static char *rcsid_object_c =
3 * "$Id: object.C,v 1.3 2006/08/26 08:44:05 root Exp $"; 3 * "$Id: object.C,v 1.4 2006/08/26 23:36:30 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
690 op->events = NULL; 690 op->events = NULL;
691 691
692 free_key_values(op); 692 free_key_values(op);
693 693
694 *(object_special *)op = *(object_special *)op2; 694 *(object_special *)op = *(object_special *)op2;
695 op->clone (op2); 695 op2->clone (op);
696 696
697 if(is_freed) SET_FLAG(op,FLAG_FREED); 697 if(is_freed) SET_FLAG(op,FLAG_FREED);
698 if(is_removed) SET_FLAG(op,FLAG_REMOVED); 698 if(is_removed) SET_FLAG(op,FLAG_REMOVED);
699 if(op->name!=NULL) add_refcount(op->name); 699 if(op->name!=NULL) add_refcount(op->name);
700 if(op->name_pl!=NULL) add_refcount(op->name_pl); 700 if(op->name_pl!=NULL) add_refcount(op->name_pl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines