--- deliantra/server/common/arch.C 2006/09/03 00:18:39 1.10 +++ deliantra/server/common/arch.C 2006/09/03 22:45:55 1.11 @@ -1,6 +1,6 @@ /* * static char *rcsid_arch_c = - * "$Id: arch.C,v 1.10 2006/09/03 00:18:39 root Exp $"; + * "$Id: arch.C,v 1.11 2006/09/03 22:45:55 root Exp $"; */ /* @@ -367,13 +367,12 @@ void first_arch_pass(object_thawer &fp) { object *op; archetype *at,*head=NULL,*last_more=NULL; - int i,first=2; + int i; op=get_object(); op->arch=first_archetype=at=get_archetype_struct(); - while((i=load_object(fp,op,first,0))) { - first=0; + while((i=load_object(fp,op,0))) { copy_object(op,&at->clone); at->clone.speed_left= (float) (-0.1); /* copy the body_info to the body_used - this is only really