mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Allow recording VoIP in SP for demo commentaries
This commit is contained in:
parent
1315d62491
commit
21c93736b8
1 changed files with 1 additions and 4 deletions
|
@ -365,9 +365,6 @@ void CL_SystemInfoChanged( void ) {
|
|||
#endif
|
||||
{
|
||||
s = Info_ValueForKey( systemInfo, "sv_voip" );
|
||||
if ( Cvar_VariableValue( "g_gametype" ) == GT_SINGLE_PLAYER || Cvar_VariableValue("ui_singlePlayerActive"))
|
||||
clc.voipEnabled = qfalse;
|
||||
else
|
||||
clc.voipEnabled = atoi(s);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue