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.102 by root, Mon Sep 10 12:44:06 2007 UTC vs.
Revision 1.103 by root, Sun Sep 30 20:22:13 2007 UTC

568 { 568 {
569 // was: insert_ob_in_ob (tmp, op); 569 // was: insert_ob_in_ob (tmp, op);
570 // but manually adding it can improve map loading times a lot 570 // but manually adding it can improve map loading times a lot
571 // also, appending instead of prepending keeps the 571 // also, appending instead of prepending keeps the
572 // save ordering the same between repeated load/saves. 572 // save ordering the same between repeated load/saves.
573 // and finally we do not want any funny effects
573 CLEAR_FLAG (tmp, FLAG_OBJ_ORIGINAL); 574 CLEAR_FLAG (tmp, FLAG_OBJ_ORIGINAL);
574 CLEAR_FLAG (tmp, FLAG_REMOVED); 575 CLEAR_FLAG (tmp, FLAG_REMOVED);
575 576
576 if (!op_inv) 577 if (!op_inv)
577 { 578 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines