From 54345f2b2524fafe9e21e75996df95255e57eb03 Mon Sep 17 00:00:00 2001
From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Tue, 2 Mar 2004 00:26:59 +0000
Subject: [PATCH] forgot to init the effects variable in the light parser

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3949 d7cf8633-e32d-0410-b094-e92efae38249
---
 r_shadow.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/r_shadow.c b/r_shadow.c
index 0083e426..713a8904 100644
--- a/r_shadow.c
+++ b/r_shadow.c
@@ -2744,6 +2744,7 @@ void R_Shadow_LoadWorldLightsFromMap_LightArghliteTyrlite(void)
 		style = 0;
 		skin = 0;
 		pflags = 0;
+		effects = 0;
 		islight = false;
 		while (1)
 		{
-- 
2.39.5