- 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:
parent
4001e7e6bd
commit
6cbc0a80e8
5 changed files with 14 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue