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.65 by root, Wed Mar 14 04:12:27 2007 UTC vs.
Revision 1.66 by root, Wed Mar 14 20:33:11 2007 UTC

1243 f.put (KW_msg, KW_endmsg, op->msg); 1243 f.put (KW_msg, KW_endmsg, op->msg);
1244 if (op->lore != tmp->lore) 1244 if (op->lore != tmp->lore)
1245 f.put (KW_lore, KW_endlore, op->lore); 1245 f.put (KW_lore, KW_endlore, op->lore);
1246 1246
1247 CMP_OUT (other_arch); 1247 CMP_OUT (other_arch);
1248 CMP_OUT (face); 1248
1249 if (op->face != tmp->face) f.put (KW_face, op->face ? &faces [op->face] : 0);
1249 1250
1250 if (op->animation_id != tmp->animation_id) 1251 if (op->animation_id != tmp->animation_id)
1251 if (op->animation_id) 1252 if (op->animation_id)
1252 { 1253 {
1253 f.put (KW_animation, animations[GET_ANIM_ID (op)].name); 1254 f.put (KW_animation, animations[GET_ANIM_ID (op)].name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines