diff options
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( ); |