From d888d2622d3e87c11107d5f101eed83512912a4f Mon Sep 17 00:00:00 2001 From: Garux Date: Sat, 11 Dec 2021 02:34:34 +0300 Subject: [PATCH] use sensible floodlightIntensity default, so -floodlight is usable --- tools/quake3/q3map2/q3map2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index 828977e1..a21db6bc 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -1922,7 +1922,7 @@ inline bool debugnormals; inline bool floodlighty; inline bool floodlight_lowquality; inline Vector3 floodlightRGB; -inline float floodlightIntensity = 512.0f; +inline float floodlightIntensity = 128.0f; inline float floodlightDistance = 1024.0f; inline float floodlightDirectionScale = 1.0f;