- let 'forcenoskystretch' also apply to sky mode 2 and OpenGL, to reflect its true meaning the internal flag has been renamed to FORCETILEDSKY which it always was about.

This commit is contained in:
Christoph Oelckers 2017-01-13 11:11:14 +01:00
commit 6cbc0a80e8
5 changed files with 14 additions and 8 deletions

View file

@ -842,7 +842,7 @@ static void R_DrawCapSky(visplane_t *pl)
static void R_DrawSky (visplane_t *pl)
{
if (r_skymode == 2)
if (r_skymode == 2 && !(level.flags & LEVEL_FORCETILEDSKY))
{
R_DrawCapSky(pl);
return;