Allow to not draw hud (2)
This commit is contained in:
parent
82779ee548
commit
4cfcfb67cd
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class CHudVote;
|
|||
|
||||
static vgui::HContext s_hVGuiContext = DEFAULT_VGUI_CONTEXT;
|
||||
|
||||
ConVar cl_drawhud( "cl_drawhud", "1", 9, "Enable the rendering of the hud" );
|
||||
ConVar cl_drawhud( "cl_drawhud", "1", 0, "Enable the rendering of the hud" );
|
||||
ConVar hud_takesshots( "hud_takesshots", "0", FCVAR_CLIENTDLL | FCVAR_ARCHIVE, "Auto-save a scoreboard screenshot at the end of a map." );
|
||||
ConVar hud_freezecamhide( "hud_freezecamhide", "0", FCVAR_CLIENTDLL | FCVAR_ARCHIVE, "Hide the HUD during freeze-cam" );
|
||||
ConVar cl_show_num_particle_systems( "cl_show_num_particle_systems", "0", FCVAR_CLIENTDLL, "Display the number of active particle systems." );
|
||||
|
|
Loading…
Reference in a new issue