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.88 by root, Mon Jun 4 13:04:00 2007 UTC vs.
Revision 1.89 by root, Wed Jun 6 05:41:25 2007 UTC

1285 1285
1286 if (op->msg != tmp->msg) 1286 if (op->msg != tmp->msg)
1287 f.put (KW_msg, KW_endmsg, op->msg); 1287 f.put (KW_msg, KW_endmsg, op->msg);
1288 if (op->lore != tmp->lore) 1288 if (op->lore != tmp->lore)
1289 f.put (KW_lore, KW_endlore, op->lore); 1289 f.put (KW_lore, KW_endlore, op->lore);
1290 if (op->other_arch != tmp->other_arch) 1290
1291 f.put (KW_other_arch, op->other_arch ? &op->other_arch->archname : 0); 1291 CMP_OUT (other_arch);
1292 1292
1293 if (op->face != tmp->face) f.put (KW_face, op->face ? &faces [op->face] : 0); 1293 if (op->face != tmp->face) f.put (KW_face, op->face ? &faces [op->face] : 0);
1294 1294
1295 if (op->animation_id != tmp->animation_id) 1295 if (op->animation_id != tmp->animation_id)
1296 if (op->animation_id) 1296 if (op->animation_id)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines