From: havoc Date: Tue, 2 Mar 2004 00:26:59 +0000 (+0000) Subject: forgot to init the effects variable in the light parser X-Git-Tag: xonotic-v0.1.0preview~6050 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=54345f2b2524fafe9e21e75996df95255e57eb03 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 --- 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) {