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

This commit is contained in:
Alibek Omarov
2024-01-09 03:55:07 +03:00
parent a311923d4e
commit caefa0b7b9
5 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void CL_RunLightStyles( void )
if( !WORLDMODEL ) return;
scale = r_lighting_modulate->value;
scale = 1.0f;
// light animations
// 'm' is normal light, 'a' is no light, 'z' is double bright
+1 -1
View File
@@ -45,7 +45,7 @@ void GAME_EXPORT CL_RunLightStyles( void )
if( !WORLDMODEL ) return;
scale = 1; //r_lighting_modulate->value;
scale = 1.0f;
// light animations
// 'm' is normal light, 'a' is no light, 'z' is double bright