--- deliantra/server/common/object.C 2007/06/05 13:05:02 1.160 +++ deliantra/server/common/object.C 2007/06/13 21:09:39 1.161 @@ -1118,11 +1118,6 @@ LOG (llevError, "BUG: remove_ob(): name %s, destroyed leaving object\n", tmp->debug_desc ()); } - /* Eneq(@csd.uu.se): Fixed this to skip tmp->above=tmp */ - //TODO: why is this horrible hacka fix? get rid of this code=bug! (schmorp) - if (tmp->above == tmp) - tmp->above = 0; - last = tmp; }