--- deliantra/server/include/object.h 2006/12/20 09:14:22 1.60 +++ deliantra/server/include/object.h 2006/12/21 01:33:50 1.61 @@ -315,6 +315,9 @@ return 0; } + // returns the mapspace this object is in + mapspace &ms () const; + // fully recursive iterator struct iterator_base {