engine: client: forgot to register s_warn_late_precache cvar
This commit is contained in:
parent
6571c78ed4
commit
b9901bcb70
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue