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.111 by root, Sun Apr 20 23:25:09 2008 UTC vs.
Revision 1.112 by root, Tue Apr 29 15:19:30 2008 UTC

1274 CMP_OUT (name); 1274 CMP_OUT (name);
1275 CMP_OUT (name_pl); 1275 CMP_OUT (name_pl);
1276 CMP_OUT (custom_name); 1276 CMP_OUT (custom_name);
1277 CMP_OUT (title); 1277 CMP_OUT (title);
1278 CMP_OUT (race); 1278 CMP_OUT (race);
1279 CMP_OUT (skill);
1279 CMP_OUT (slaying); 1280 CMP_OUT (slaying);
1280 CMP_OUT (tag); 1281 CMP_OUT (tag);
1281 CMP_OUT (other_arch); 1282 CMP_OUT (other_arch);
1282 1283
1283 if (op->msg != tmp->msg ) f.put (KW_msg , KW_endmsg , op->msg ); 1284 if (op->msg != tmp->msg ) f.put (KW_msg , KW_endmsg , op->msg );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines