--- deliantra/server/common/object.C 2007/03/01 12:28:16 1.134 +++ deliantra/server/common/object.C 2007/03/15 14:23:02 1.136 @@ -1291,14 +1291,14 @@ */ /* Have object 'fall below' other objects that block view. - * Unless those objects are exits, type 66 + * Unless those objects are exits. * If INS_ON_TOP is used, don't do this processing * Need to find the object that in fact blocks view, otherwise * stacking is a bit odd. */ if (!(flag & INS_ON_TOP) && ms.flags () & P_BLOCKSVIEW - && (op->face && !op->face->visibility)) + && (op->face && !faces [op->face].visibility)) { for (last = top; last != floor; last = last->below) if (QUERY_FLAG (last, FLAG_BLOCKSVIEW) && (last->type != EXIT)) @@ -2415,7 +2415,6 @@ return 0; } - /* * Updates the canonical_key in op to value. *