mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-04-04 08:51:46 +00:00
upper right HUD scores updated quickly
This commit is contained in:
parent
87270d905f
commit
2c48e05207
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.115 2002/06/26 03:28:36 niceass
|
||||
// upper right HUD scores updated quickly
|
||||
//
|
||||
// Revision 1.114 2002/06/24 05:51:51 jbravo
|
||||
// CTF mode is now semi working
|
||||
//
|
||||
|
@ -749,6 +752,9 @@ int WonGame(int winner)
|
|||
}
|
||||
}
|
||||
|
||||
// NiceAss: This should keep the client updated with teamscores promptly.
|
||||
CalculateRanks();
|
||||
|
||||
if (g_timelimit.integer) {
|
||||
//Slicer : Matchmode
|
||||
if (g_RQ3_matchmode.integer) {
|
||||
|
|
Loading…
Reference in a new issue