--- deliantra/server/common/object.C 2006/09/04 16:46:32 1.16 +++ deliantra/server/common/object.C 2006/09/08 16:51:42 1.18 @@ -1,6 +1,6 @@ /* * static char *rcsid_object_c = - * "$Id: object.C,v 1.16 2006/09/04 16:46:32 root Exp $"; + * "$Id: object.C,v 1.18 2006/09/08 16:51:42 root Exp $"; */ /* @@ -637,11 +637,7 @@ op->count = ++ob_count; - op->active_next = 0; - op->active_prev = 0; - op->next = objects; - op->prev = 0; if (objects) objects->prev = op; @@ -913,7 +909,7 @@ if (ob->inv) { /* Only if the space blocks everything do we not process - - * if some form of movemnt is allowed, let objects + * if some form of movement is allowed, let objects * drop on that space. */ if (free_inventory || ob->map == NULL