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.6 by root, Mon Aug 28 14:05:23 2006 UTC vs.
Revision 1.7 by root, Tue Aug 29 05:03:54 2006 UTC

1/* 1/*
2 * static char *rcsid_object_c = 2 * static char *rcsid_object_c =
3 * "$Id: object.C,v 1.6 2006/08/28 14:05:23 root Exp $"; 3 * "$Id: object.C,v 1.7 2006/08/29 05:03:54 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
546 op->slaying = NULL; 546 op->slaying = NULL;
547 op->skill = NULL; 547 op->skill = NULL;
548 op->msg = NULL; 548 op->msg = NULL;
549 op->materialname = NULL; 549 op->materialname = NULL;
550 op->lore = NULL; 550 op->lore = NULL;
551 op->current_weapon_script = NULL;
552 clear_object(op); 551 clear_object(op);
553} 552}
554 553
555/* Zero the key_values on op, decrementing the shared-string 554/* Zero the key_values on op, decrementing the shared-string
556 * refcounts and freeing the links. 555 * refcounts and freeing the links.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines