--- deliantra/server/common/arch.C 2006/12/13 00:42:03 1.30 +++ deliantra/server/common/arch.C 2006/12/13 03:28:42 1.31 @@ -389,7 +389,7 @@ archetype::archetype () { - clear_object (&clone); /* to initial state other also */ + clone.clear (); /* to initial state other also */ CLEAR_FLAG (&clone, FLAG_FREED); /* This shouldn't matter, since copy_to */ SET_FLAG (&clone, FLAG_REMOVED); /* doesn't copy these flags... */ }