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

@ -2610,13 +2610,6 @@ static void CG_Draw2D(stereoFrame_t stereoFrame)
}
static void CG_DrawTourneyScoreboard( void ) {
#ifdef MISSIONPACK
#else
CG_DrawOldTourneyScoreboard();
#endif
}
/*
=====================
CG_DrawActive