]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
fix a typo (why hasn't it surfaced before?)
authorrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 15 Sep 2008 08:42:11 +0000 (08:42 +0000)
committerrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Mon, 15 Sep 2008 08:42:11 +0000 (08:42 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@22 61c419a2-8eb2-4b30-bcec-8cead039b335

tools/quake3/q3map2/light.c

index f2f28e93f0cc8ce2cc30502adecfa534ffa47d46..ffaf40cd8f94f595535517b3e0bbe60b47f77e27 100644 (file)
@@ -1759,7 +1759,7 @@ void LightWorld( void )
                /* flag bouncing */
                bouncing = qtrue;
                VectorClear( ambientColor );
-               floodlighty = false;
+               floodlighty = qfalse;
                
                /* generate diffuse lights */
                RadFreeLights();