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.182 by root, Wed Nov 14 21:19:41 2018 UTC vs.
Revision 1.183 by root, Sat Nov 17 23:33:17 2018 UTC

1397 for (int i = diff._Find_first (); i < diff.size (); i = diff._Find_next (i)) 1397 for (int i = diff._Find_first (); i < diff.size (); i = diff._Find_next (i))
1398 f.put (flag_names [i], op->flag [i] ? CS(1) : CS(0)); 1398 f.put (flag_names [i], op->flag [i] ? CS(1) : CS(0));
1399#endif 1399#endif
1400 1400
1401 // save body locations. gcc's memcmp does an abysmal job when used 1401 // save body locations. gcc's memcmp does an abysmal job when used
1402 for (int i = 0; i < NUM_BODY_LOCATIONS; i++) 1402 for (int i = 0; i < NUM_BODY_LOCATIONS; ++i)
1403 if (expect_false (op->slot[i].info != arch->slot[i].info)) 1403 if (expect_false (op->slot[i].info != arch->slot[i].info))
1404 f.put (body_locations[i].kw, op->slot[i].info); 1404 f.put (body_locations[i].kw, op->slot[i].info);
1405} 1405}
1406 1406
1407/* 1407/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines