--- deliantra/server/include/object.h 2008/04/20 00:44:12 1.160 +++ deliantra/server/include/object.h 2008/04/20 05:24:55 1.161 @@ -594,7 +594,8 @@ INTERFACE_CLASS (archetype) struct archetype : object { - static archetype *empty; // the empty_archetype + static arch_ptr empty; // the empty_archetype + MTH static void gc (); archetype (const char *name); ~archetype ();