From b075d1e3fa2960fa235170d456514a4135ba4223 Mon Sep 17 00:00:00 2001
From: Sryder13 <sryder13@gmail.com>
Date: Mon, 24 Mar 2014 17:29:14 +0000
Subject: [PATCH] Redwall sky gone

More redwall sky shenanigans gone.
---
 src/hardware/hw_trick.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/hardware/hw_trick.c b/src/hardware/hw_trick.c
index 84bac0e26..e9ba19efb 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;
 					}
-- 
GitLab