summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 52ff8a2a..2fa41c1d 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -2121,7 +2121,7 @@ void G_CheckVote( team_t team )
pass = qtrue;
}
else if( (float)level.voteNo[ team ] <=
- (float)level.numVotingClients[ team ] * 1.0f - votePassThreshold )
+ (float)level.numVotingClients[ team ] * ( 1.0f - votePassThreshold ) )
{
return;
}