From 842b7e85b34ade1303a7bb435c4e4ebeabe27b83 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Fri, 21 Feb 2025 17:03:03 -0500 Subject: [PATCH] Use Kart number here for light_contrast default --- src/p_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_setup.c b/src/p_setup.c index 42e412e05..931f303e5 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -388,7 +388,7 @@ void P_DeleteFlickies(INT16 i) static void P_ClearMapHeaderLighting(mapheader_lighting_t *lighting) { lighting->use_custom_light = false; - lighting->light_contrast = 16; + lighting->light_contrast = 8; lighting->sprite_backlight = 0; lighting->use_light_angle = false; lighting->light_angle = 0;