--- deliantra/server/include/object.h 2007/01/19 17:50:11 1.89 +++ deliantra/server/include/object.h 2007/01/27 23:59:29 1.93 @@ -312,7 +312,7 @@ // contr => is a player // head => only save head of a multitile object // owner => can not reference owner yet - MTH bool can_map_save () const { return !contr && !head && !owner && !flag [FLAG_NO_SAVE]; } + MTH bool can_map_save () const { return !contr && !head && !owner && !flag [FLAG_NO_MAP_SAVE]; } /* This return true if object has still randomitems which * could be expanded. @@ -401,6 +401,8 @@ return !invisible && type != PLAYER; } + MTH struct region *region () const; + protected: friend struct archetype;