engine: remove cvar r_lighting_modulate, it's some unindentifiable legacy

This commit is contained in:
Alibek Omarov
2024-01-06 21:45:26 +03:00
parent a311923d4e
commit caefa0b7b9
5 changed files with 3 additions and 6 deletions

View File

@@ -1784,7 +1784,7 @@ static void SV_RunLightStyles( void )
lightstyle_t *ls;
float scale;
scale = sv_lighting_modulate.value;
scale = 1.0f;
// run lightstyles animation
for( i = 0, ls = sv.lightstyles; i < MAX_LIGHTSTYLES; i++, ls++ )