From bd60cad453d3abd0583bf4d326f7c27eea37f0c6 Mon Sep 17 00:00:00 2001 From: rpolzer Date: Mon, 15 Sep 2008 08:42:11 +0000 Subject: [PATCH] fix a typo (why hasn't it surfaced before?) git-svn-id: svn://svn.icculus.org/netradiant/trunk@22 61c419a2-8eb2-4b30-bcec-8cead039b335 --- tools/quake3/q3map2/light.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/light.c b/tools/quake3/q3map2/light.c index f2f28e9..ffaf40c 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(); -- 2.39.2