--- deliantra/server/common/arch.C 2006/08/26 23:36:28 1.3 +++ deliantra/server/common/arch.C 2006/08/27 16:15:11 1.4 @@ -1,6 +1,6 @@ /* * static char *rcsid_arch_c = - * "$Id: arch.C,v 1.3 2006/08/26 23:36:28 root Exp $"; + * "$Id: arch.C,v 1.4 2006/08/27 16:15:11 root Exp $"; */ /* @@ -406,10 +406,12 @@ archetype *at,*head=NULL,*last_more=NULL; int i,first=2; + object_thawer thawer; + op=get_object(); op->arch=first_archetype=at=get_archetype_struct(); - while((i=load_object(fp,op,first,0))) { + while((i=load_object(fp,thawer,op,first,0))) { first=0; copy_object(op,&at->clone); at->clone.speed_left= (float) (-0.1);