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.109 by root, Sun Apr 20 00:44:12 2008 UTC vs.
Revision 1.110 by root, Sun Apr 20 05:24:55 2008 UTC

1408 * the only place this is not set is when saving the player. 1408 * the only place this is not set is when saving the player.
1409 */ 1409 */
1410bool 1410bool
1411object::write (object_freezer &f) 1411object::write (object_freezer &f)
1412{ 1412{
1413 archetype *at = arch ? (archetype *)arch : archetype::empty; 1413 archetype *at = arch ? arch : archetype::empty;
1414 1414
1415 f.put (KW_arch, at->archname); 1415 f.put (KW_arch, at->archname);
1416 write_diff (f, this, at); 1416 write_diff (f, this, at);
1417 1417
1418 for (object *tmp = inv; tmp; tmp = tmp->below) 1418 for (object *tmp = inv; tmp; tmp = tmp->below)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines