Skip to content

Commit

Permalink
- dimmer tram light, to show outside shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
sultim-t committed Feb 20, 2023
1 parent 1a3697a commit 486cea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/gl/gl_opengl.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ void GL_InitCommands( void )
CVAR_DEF_T( rt_light_s, "1000", "map lights intensity (lights defined by a map)")
CVAR_DEF_T( rt_light_p, "10", "particle lights intensity (gauss)")
CVAR_DEF_T( rt_light_b, "1000", "beam lights intensity (egon)")
CVAR_DEF_T( rt_light_tram, "20", "intro tram interior light intensity")
CVAR_DEF_T( rt_light_tram, "5", "intro tram interior light intensity")
CVAR_DEF_T( rt_light_tram_h, "400", "intro tram headlights intensity")
CVAR_DEF_T( rt_light_tram_ao, "45", "intro tram headlights outer angle")
CVAR_DEF_T( rt_light_tram_ai, "30", "intro tram headlights inner angle")
Expand Down

0 comments on commit 486cea1

Please sign in to comment.