Skip to content
Snippets Groups Projects
Commit b075d1e3 authored by Sryder's avatar Sryder
Browse files

Redwall sky gone

More redwall sky shenanigans gone.
parent 9e10e327
No related branches found
No related tags found
No related merge requests found
......@@ -888,7 +888,7 @@ void HWR_CorrectSWTricks(void)
if (sider->bottomtexture == 0)
{
if (sider->midtexture == 0)
sider->bottomtexture = R_TextureNumForName("REDWALL"); // Tails
sider->bottomtexture = 0; // Tails // More redwall sky shenanigans
else
sider->bottomtexture = sider->midtexture;
}
......@@ -899,7 +899,7 @@ void HWR_CorrectSWTricks(void)
if (sidel->bottomtexture == 0)
{
if (sidel->midtexture == 0)
sidel->bottomtexture = R_TextureNumForName("REDWALL"); // Tails
sidel->bottomtexture = 0; // Tails // More redwall sky shenanigans
else
sidel->bottomtexture = sidel->midtexture;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment