From: rpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
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://git.rm.cloudns.org/?a=commitdiff_plain;h=bd60cad453d3abd0583bf4d326f7c27eea37f0c6;p=xonotic%2Fnetradiant.git

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();