mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
game(client): fix touch drawing
This commit is contained in:
@@ -87,7 +87,7 @@ extern ConVar sensitivity;
|
||||
|
||||
static C_BasePlayer *s_pLocalPlayer = NULL;
|
||||
|
||||
static ConVar cl_customsounds ( "cl_customsounds", "0", 0, "Enable customized player sound playback" );
|
||||
static ConVar cl_customsounds ( "cl_customsounds", "1", 0, "Enable customized player sound playback" );
|
||||
static ConVar spec_track ( "spec_track", "0", 0, "Tracks an entity in spec mode" );
|
||||
static ConVar cl_smooth ( "cl_smooth", "1", 0, "Smooth view/eye origin after prediction errors" );
|
||||
static ConVar cl_smoothtime (
|
||||
|
||||
Reference in New Issue
Block a user