From 042f899b80e44cae88da94bbc365cddf5bb40d8f Mon Sep 17 00:00:00 2001
From: yellowtd <ren_amon@hotmail.com>
Date: Thu, 28 Aug 2014 19:00:30 -0400
Subject: [PATCH] Coronas shortfix

They don't show when skyboxes are enabled, this fixes that
---
 src/hardware/hw_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c
index 9cc4f56257..3b9489f7ea 100644
--- a/src/hardware/hw_main.c
+++ b/src/hardware/hw_main.c
@@ -4613,7 +4613,7 @@ if (0)
 #ifdef ALAM_LIGHTING
 	//14/11/99: Hurdler: moved here because it doesn't work with
 	// subsector, see other comments;
-	HWR_ResetLights();
+	//HWR_ResetLights(); CONS_Printf("butts"); //yellowtd: TODO: Coronas wont show with skyboxes on, fix this soon
 #endif
 
 	// Draw MD2 and sprites
-- 
GitLab