diff options
author | enneract <trem.redman@gmail.com> | 2014-12-20 16:15:04 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-20 16:15:04 +0100 |
commit | a3d67fdf7ea5d02d11bfd17a9df335c8a8fa248f (patch) | |
tree | 1db0bd24bc9129f39462476e3d995b4457057934 /src/game/g_main.c | |
parent | 1cd59c900d16f038f13fb5f392f346cb8c2154a6 (diff) |
Implement percentile ranking of combat stats..
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r-- | src/game/g_main.c | 2 |
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( ); |