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