Skip to content

Commit

Permalink
Whitespace cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 29, 2008
1 parent 21d1cd3 commit fc0ba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/client/cl_scrn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fc0ba1a

Please sign in to comment.