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.5 by root, Mon Sep 4 16:46:32 2006 UTC vs.
Revision 1.6 by root, Mon Sep 4 17:27:13 2006 UTC

557 parse_object (tmp, thawer, map_flags); 557 parse_object (tmp, thawer, map_flags);
558 558
559 if (tmp->arch) 559 if (tmp->arch)
560 { 560 {
561 // was: insert_ob_in_ob (tmp, op); 561 // was: insert_ob_in_ob (tmp, op);
562 // but manually addint it can improve map loading times a lot 562 // but manually adding it can improve map loading times a lot
563 CLEAR_FLAG (tmp, FLAG_OBJ_ORIGINAL);
564 CLEAR_FLAG (tmp, FLAG_REMOVED);
563 tmp->env = op; 565 tmp->env = op;
564 566
565 if (!op->inv) 567 if (!op->inv)
566 op->inv = tmp; 568 op->inv = tmp;
567 else 569 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines