--- deliantra/server/common/arch.C 2006/11/17 19:40:53 1.26 +++ deliantra/server/common/arch.C 2006/12/09 14:01:12 1.27 @@ -405,9 +405,10 @@ void first_arch_pass (object_thawer & fp) { - archetype *at, *head = NULL, *last_more = NULL; + archetype *head = 0, *last_more = 0; - at->clone.arch = first_archetype = at = new archetype; + archetype *at = new archetype; + at->clone.arch = first_archetype = at; while (int i = load_object (fp, &at->clone, 0)) {