Merge branch 'skyviewportfix' of http://github.com/dpjudas/dpdoom

This commit is contained in:
raa-eruanna 2016-10-14 07:37:22 -04:00
commit 71e5ccc4da
1 changed files with 1 additions and 1 deletions

View File

@ -1404,7 +1404,7 @@ void R_DrawPortals ()
vissprite_p = firstvissprite; vissprite_p = firstvissprite;
visplaneStack.Pop (pl); visplaneStack.Pop (pl);
if (pl->Alpha > 0) if (pl->Alpha > 0 && pl->picnum != skyflatnum)
{ {
R_DrawSinglePlane (pl, pl->Alpha, pl->Additive, true); R_DrawSinglePlane (pl, pl->Alpha, pl->Additive, true);
} }