diff --git a/src/r_things.c b/src/r_things.c index 264fc6f2e..4d5df9484 100644 --- a/src/r_things.c +++ b/src/r_things.c @@ -3001,12 +3001,6 @@ void R_ClipVisSprite(vissprite_t *spr, INT32 x1, INT32 x2, portal_t* portal) ds = curr->user; - if (!ds->silhouette && !ds->maskedtexturecol) - { - // does not cover sprite - continue; - } - if (ds->portalpass != 66) // unused? { if (ds->portalpass > 0 && ds->portalpass <= portalrender)