2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 03:11:06 +01:00

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

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