From: rpolzer Date: Mon, 15 Sep 2008 08:42:11 +0000 (+0000) Subject: fix a typo (why hasn't it surfaced before?) X-Git-Tag: svn-r421~398 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=bd60cad453d3abd0583bf4d326f7c27eea37f0c6;ds=inline fix a typo (why hasn't it surfaced before?) git-svn-id: svn://svn.icculus.org/netradiant/trunk@22 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/tools/quake3/q3map2/light.c b/tools/quake3/q3map2/light.c index f2f28e93..ffaf40cd 100644 --- a/tools/quake3/q3map2/light.c +++ b/tools/quake3/q3map2/light.c @@ -1759,7 +1759,7 @@ void LightWorld( void ) /* flag bouncing */ bouncing = qtrue; VectorClear( ambientColor ); - floodlighty = false; + floodlighty = qfalse; /* generate diffuse lights */ RadFreeLights();