mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Whitespace cleanup.
This commit is contained in:
parent
21d1cd380b
commit
fc0ba1a53f
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ void SCR_DrawVoipMeter( void ) {
|
||||||
else if ( Cvar_VariableValue( "g_gametype" ) == GT_SINGLE_PLAYER || Cvar_VariableValue("ui_singlePlayerActive"))
|
else if ( Cvar_VariableValue( "g_gametype" ) == GT_SINGLE_PLAYER || Cvar_VariableValue("ui_singlePlayerActive"))
|
||||||
return; // single player game.
|
return; // single player game.
|
||||||
else if (clc.demoplaying)
|
else if (clc.demoplaying)
|
||||||
return ; // playing back a demo.
|
return; // playing back a demo.
|
||||||
else if (!voip->integer)
|
else if (!voip->integer)
|
||||||
return; // client has VoIP support disabled.
|
return; // client has VoIP support disabled.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue