engine: client: forgot to register s_warn_late_precache cvar

This commit is contained in:
Alibek Omarov 2021-11-01 14:49:30 +06:00
parent 6571c78ed4
commit b9901bcb70
1 changed files with 1 additions and 0 deletions

View File

@ -1881,6 +1881,7 @@ qboolean S_Init( void )
Cvar_RegisterVariable( &snd_mute_losefocus );
Cvar_RegisterVariable( &s_test );
Cvar_RegisterVariable( &s_samplecount );
Cvar_RegisterVariable( &s_warn_late_precache );
Cmd_AddCommand( "play", S_Play_f, "playing a specified sound file" );
Cmd_AddCommand( "play2", S_Play2_f, "playing a group of specified sound files" ); // nehahra stuff