From 21c93736b8aaf351ae5880b9b5cb1fb9492d5c41 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Tue, 4 Jun 2013 22:28:46 -0500 Subject: [PATCH] Allow recording VoIP in SP for demo commentaries --- code/client/cl_parse.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/client/cl_parse.c b/code/client/cl_parse.c index 2d5a98fe..c422dec7 100644 --- a/code/client/cl_parse.c +++ b/code/client/cl_parse.c @@ -365,10 +365,7 @@ 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); + clc.voipEnabled = atoi(s); } #endif