Use Kart number here for light_contrast default
This commit is contained in:
parent
0d6aad827b
commit
842b7e85b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue