490 PolyVisible: Set proper spawn render flags instead of RENDERALL

This commit is contained in:
mazmazz 2018-09-12 21:58:20 -04:00
parent 573e1d0017
commit 2f9e014aab
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ static void PolyVisible(line_t *line)
po->flags |= POF_SOLID;
po->flags &= ~POF_NOSPECIALS;
po->flags |= POF_RENDERALL;
po->flags |= (po->spawnflags & POF_RENDERALL);
}
//