Whitespace cleanup.

This commit is contained in:
Ryan C. Gordon 2008-06-29 04:05:28 +00:00
parent 21d1cd380b
commit fc0ba1a53f
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ void SCR_DrawVoipMeter( void ) {
else if ( Cvar_VariableValue( "g_gametype" ) == GT_SINGLE_PLAYER || Cvar_VariableValue("ui_singlePlayerActive"))
return; // single player game.
else if (clc.demoplaying)
return ; // playing back a demo.
return; // playing back a demo.
else if (!voip->integer)
return; // client has VoIP support disabled.