summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
authorenneract <trem.redman@gmail.com>2014-12-20 16:15:04 +0100
committerenneract <trem.redman@gmail.com>2014-12-20 16:15:04 +0100
commita3d67fdf7ea5d02d11bfd17a9df335c8a8fa248f (patch)
tree1db0bd24bc9129f39462476e3d995b4457057934 /src/game/g_main.c
parent1cd59c900d16f038f13fb5f392f346cb8c2154a6 (diff)
Implement percentile ranking of combat stats..
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index fb11594..f31e7ec 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -1812,6 +1812,8 @@ void CalculateRanks( void )
// see if it is time to end the level
CheckExitRules( );
+ G_CalculateCombatRanks( );
+
// if we are at the intermission, send the new info to everyone
if( level.intermissiontime )
SendScoreboardMessageToAllClients( );