diff --git a/src/hardware/hw_trick.c b/src/hardware/hw_trick.c
index 84bac0e26c47517063b4a5b1d2ead67082e545de..e9ba19efb60a8fb8a6fe26c657866bcd2d764927 100644
--- a/src/hardware/hw_trick.c
+++ b/src/hardware/hw_trick.c
@@ -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;
 					}