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.132 by root, Thu Sep 17 01:57:31 2009 UTC vs.
Revision 1.133 by root, Wed Sep 23 04:07:52 2009 UTC

1302 1302
1303 /* We don't need to worry about the arch's extra fields - they 1303 /* We don't need to worry about the arch's extra fields - they
1304 * will get taken care of the copy_to method. 1304 * will get taken care of the copy_to method.
1305 */ 1305 */
1306 1306
1307 if (op->uuid)
1307 f.put (KW_uuid, op->uuid.c_str ()); 1308 f.put (KW_uuid, op->uuid.c_str ());
1308 1309
1309#define CMP_OUT(v) if (expect_false (op->v != tmp->v)) f.put (KW_ ## v, op->v) 1310#define CMP_OUT(v) if (expect_false (op->v != tmp->v)) f.put (KW_ ## v, op->v)
1310#define CMP_OUT2(k,v) if (expect_false (op->v != tmp->v)) f.put (KW_ ## k, op->v) 1311#define CMP_OUT2(k,v) if (expect_false (op->v != tmp->v)) f.put (KW_ ## k, op->v)
1311 1312
1312 if (object *owner = op->owner) 1313 if (object *owner = op->owner)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines