--- deliantra/server/include/object.h 2007/01/20 22:09:52 1.90 +++ deliantra/server/include/object.h 2007/02/02 21:50:43 1.94 @@ -401,6 +401,8 @@ return !invisible && type != PLAYER; } + MTH struct region *region () const; + protected: friend struct archetype; @@ -454,7 +456,7 @@ ~archetype (); void gather_callbacks (AV *&callbacks, event_type event) const; - static archetype *find (const char *arch); + static archetype *find (const char *name); void hash_add (); // add to hashtable void hash_del (); // remove from hashtable