Enable tourney scoreboard in Team Arena

"/team score" draws an oversized scoreboard in Q3. In Team Arena
it draws nothing. They probably intended to replace it with the
new .menu UI. But since it didn't happen, go ahead and use the Q3
tournament scoreboard.
This commit is contained in:
Zack Middleton 2017-06-02 21:52:05 -05:00
parent 1066214548
commit 082376ed9e
3 changed files with 2 additions and 9 deletions

View file

@ -449,7 +449,7 @@ CG_DrawTourneyScoreboard
Draw the oversize scoreboard for tournements
=================
*/
void CG_DrawOldTourneyScoreboard( void ) {
void CG_DrawTourneyScoreboard( void ) {
const char *s;
vec4_t color;
int min, tens, ones;