git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7376
d7cf8633-e32d-0410-b094-
e92efae38249
int remaining;
int color;
- if(gamemode == GAME_NEXUIZ)
- if(cl.intermission == 2) // in Nexuiz finale (voting screen),
- if(sb_showscores) // make TAB hide vote messages
- return;
+ if(cl.intermission == 2) // in finale,
+ if(sb_showscores) // make TAB hide the finale message (sb_showscores overrides finale in sbar.c)
+ return;
// the finale prints the characters one at a time, except if printspeed is an absurdly high value
if (cl.intermission && scr_printspeed.value > 0 && scr_printspeed.value < 1000000)