mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Redwall sky gone
More redwall sky shenanigans gone.
This commit is contained in:
parent
9e10e3278b
commit
b075d1e3fa
1 changed files with 2 additions and 2 deletions
|
|
@ -888,7 +888,7 @@ void HWR_CorrectSWTricks(void)
|
||||||
if (sider->bottomtexture == 0)
|
if (sider->bottomtexture == 0)
|
||||||
{
|
{
|
||||||
if (sider->midtexture == 0)
|
if (sider->midtexture == 0)
|
||||||
sider->bottomtexture = R_TextureNumForName("REDWALL"); // Tails
|
sider->bottomtexture = 0; // Tails // More redwall sky shenanigans
|
||||||
else
|
else
|
||||||
sider->bottomtexture = sider->midtexture;
|
sider->bottomtexture = sider->midtexture;
|
||||||
}
|
}
|
||||||
|
|
@ -899,7 +899,7 @@ void HWR_CorrectSWTricks(void)
|
||||||
if (sidel->bottomtexture == 0)
|
if (sidel->bottomtexture == 0)
|
||||||
{
|
{
|
||||||
if (sidel->midtexture == 0)
|
if (sidel->midtexture == 0)
|
||||||
sidel->bottomtexture = R_TextureNumForName("REDWALL"); // Tails
|
sidel->bottomtexture = 0; // Tails // More redwall sky shenanigans
|
||||||
else
|
else
|
||||||
sidel->bottomtexture = sidel->midtexture;
|
sidel->bottomtexture = sidel->midtexture;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue