--- deliantra/server/include/object.h 2007/04/16 12:37:08 1.106 +++ deliantra/server/include/object.h 2007/04/17 18:40:31 1.108 @@ -484,8 +484,8 @@ ~archetype (); void gather_callbacks (AV *&callbacks, event_type event) const; - static bool load (object_thawer &f); - static archetype *get (const char *name); // find or create + static archetype *read (object_thawer &f); + static archetype *get (const char *name); // find or create static archetype *find (const char *name); void hash_add (); // add to hashtable @@ -497,6 +497,7 @@ struct archetype *ACC (RW, more); /* Next part of a linked object */ object ACC (RO, clone); /* An object from which to do ->copy_to () */ uint32 ACC (RW, editable); /* editable flags (mainly for editor) */ + bool ACC (RW, linked); // linked into list of heads sint8 ACC (RW, tail_x), ACC (RW, tail_y); /* Where the lower right most portion of the object is * in comparison to the head. */