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.14 by root, Mon Sep 4 11:07:59 2006 UTC vs.
Revision 1.15 by root, Mon Sep 4 13:55:54 2006 UTC

1/* 1/*
2 * static char *rcsid_object_c = 2 * static char *rcsid_object_c =
3 * "$Id: object.C,v 1.14 2006/09/04 11:07:59 root Exp $"; 3 * "$Id: object.C,v 1.15 2006/09/04 13:55: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
629 objects->prev = op; 629 objects->prev = op;
630 630
631 objects = op; 631 objects = op;
632 632
633 SET_FLAG (op, FLAG_REMOVED); 633 SET_FLAG (op, FLAG_REMOVED);
634
635 op->expmul = 1.0;
636 op->face = blank_face;
637 op->attacked_by_count = -1;
634 638
635 return op; 639 return op;
636} 640}
637 641
638/* 642/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines