--- deliantra/server/include/object.h 2007/06/05 13:05:02 1.131 +++ deliantra/server/include/object.h 2007/06/06 05:41:26 1.132 @@ -564,6 +564,12 @@ sint8 ACC (RW, max_x), ACC (RW, max_y); }; +inline void +object_freezer::put (keyword k, archetype *v) +{ + put (k, v ? &v->archname : (const char *)0); +} + typedef object_vector objectvec; typedef object_vector activevec; typedef object_vector archvec;