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

Comparing deliantra/server/server/c_object.C (file contents):
Revision 1.37 by pippijn, Mon Jan 15 21:06:19 2007 UTC vs.
Revision 1.38 by root, Wed Feb 7 23:50:01 2007 UTC

666 return; 666 return;
667 667
668 if (QUERY_FLAG (tmp, FLAG_APPLIED)) 668 if (QUERY_FLAG (tmp, FLAG_APPLIED))
669 if (apply_special (op, tmp, AP_UNAPPLY | AP_NO_MERGE)) 669 if (apply_special (op, tmp, AP_UNAPPLY | AP_NO_MERGE))
670 return; /* can't unapply it */ 670 return; /* can't unapply it */
671
672 //fprintf (stderr, "ui, on space is %ld\n", op->ms ().volume ());//D
671 673
672 /* We are only dropping some of the items. We split the current object 674 /* We are only dropping some of the items. We split the current object
673 * off 675 * off
674 */ 676 */
675 if (nrof && tmp->nrof != nrof) 677 if (nrof && tmp->nrof != nrof)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines