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

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.12 by root, Sun Sep 10 16:00:23 2006 UTC vs.
Revision 1.13 by root, Mon Sep 11 20:28:37 2006 UTC

1790 object *tmp, *old; 1790 object *tmp, *old;
1791 1791
1792 /* Even if the object does have an owner, it would seem that we should 1792 /* Even if the object does have an owner, it would seem that we should
1793 * still save it. 1793 * still save it.
1794 */ 1794 */
1795 if (op->owner != NULL) 1795 if (op->owner)
1796 return; 1796 return;
1797 1797
1798 /* If it is unpaid and we don't want to save those, just return. */ 1798 /* If it is unpaid and we don't want to save those, just return. */
1799 if (!(flag & 1) && (QUERY_FLAG (op, FLAG_UNPAID))) 1799 if (!(flag & 1) && (QUERY_FLAG (op, FLAG_UNPAID)))
1800 return; 1800 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines