--- deliantra/server/common/map.C 2007/03/17 22:11:22 1.98 +++ deliantra/server/common/map.C 2007/04/16 06:23:39 1.99 @@ -346,8 +346,7 @@ /* link_multipart_objects go through all the objects on the map looking * for objects whose arch says they are multipart yet according to the * info we have, they only have the head (as would be expected when - * they are saved). We do have to look for the old maps that did save - * the more sections and not re-add sections for them. + * they are saved). */ void maptile::link_multipart_objects () @@ -466,24 +465,9 @@ for (int i = 0; i < size (); ++i) { -#if 0 // disabled, there still seem to be races somewhere - static int cede_count = 0; - - if (cede_count >= 500) - { - cede_count = 0; - coroapi::cede (); - } -#endif - int unique = 0; for (object *op = spaces [i].bot; op; op = op->above) { -#if 0 - // count per-object, but cede only when modification-safe - cede_count++; -#endif - if (op->flag [FLAG_UNIQUE] && op->flag [FLAG_IS_FLOOR]) unique = 1;