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.162 by root, Fri May 21 00:31:13 2010 UTC vs.
Revision 1.163 by root, Mon Oct 11 18:40:43 2010 UTC

1465#endif 1465#endif
1466 1466
1467 // save body locations. gcc's memcmp does an abysmal job when used 1467 // save body locations. gcc's memcmp does an abysmal job when used
1468 for (int i = 0; i < NUM_BODY_LOCATIONS; i++) 1468 for (int i = 0; i < NUM_BODY_LOCATIONS; i++)
1469 if (expect_false (op->slot[i].info != arch->slot[i].info)) 1469 if (expect_false (op->slot[i].info != arch->slot[i].info))
1470 f.put (body_locations[i].save_name, op->slot[i].info); 1470 f.put (body_locations[i].kw, op->slot[i].info);
1471} 1471}
1472 1472
1473/* 1473/*
1474 * Dumps all variables in an object to a file. 1474 * Dumps all variables in an object to a file.
1475 * If bit 0 of flag is set, unpaid objects will be saved. As of now, 1475 * If bit 0 of flag is set, unpaid objects will be saved. As of now,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines