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.153 by root, Sun Apr 11 00:34:05 2010 UTC vs.
Revision 1.154 by root, Sun Apr 11 01:35:51 2010 UTC

1340 1340
1341 CMP_OUT (tag); 1341 CMP_OUT (tag);
1342 CMP_OUT (custom_name); 1342 CMP_OUT (custom_name);
1343 1343
1344 if (object *owner = op->owner) 1344 if (object *owner = op->owner)
1345 f.put (KW(owner), static_cast<const char *>(owner->ref ())); 1345 if (const char *ref = owner->ref ())
1346 f.put (KW(owner), ref);
1346 1347
1347 // memory, attacked_by, chosen_skill, spellitem, spell, current_weapon, arch not saved 1348 // memory, attacked_by, chosen_skill, spellitem, spell, current_weapon, arch not saved
1348 1349
1349 CMP_OUT (other_arch); 1350 CMP_OUT (other_arch);
1350 1351

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines