--- deliantra/server/common/object.C 2006/08/26 23:36:30 1.4 +++ deliantra/server/common/object.C 2006/08/27 16:15:11 1.5 @@ -1,6 +1,6 @@ /* * static char *rcsid_object_c = - * "$Id: object.C,v 1.4 2006/08/26 23:36:30 root Exp $"; + * "$Id: object.C,v 1.5 2006/08/27 16:15:11 root Exp $"; */ /* @@ -2641,7 +2641,8 @@ LOG(llevError,"Error - Unable to read object temp file\n"); return NULL; }; - load_object(tempfile,op,LO_NEWFILE,0); + object_thawer thawer; + load_object(tempfile,thawer,op,LO_NEWFILE,0); LOG(llevDebug," load str completed, object=%s\n",op->name); CLEAR_FLAG(op,FLAG_REMOVED); fclose(tempfile);