Partially reverted on Inu's reccomendation.

This commit is contained in:
toasterbabe 2016-08-12 16:01:03 +01:00
parent 7795e146fa
commit 104fc8ba98
1 changed files with 2 additions and 2 deletions

View File

@ -974,8 +974,8 @@ static void ST_drawNiGHTSHUD(void)
if (cv_debug & DBG_NIGHTSBASIC)
minlink = 0;
// Cheap hack: don't display when the score is showing or you're exiting a map
if ((stplyr->exiting) || (stplyr->texttimer && stplyr->textvar == 4))
// Cheap hack: don't display when the score is showing (it popping up for a split second when exiting a map is intentional)
if (stplyr->texttimer && stplyr->textvar == 4)
minlink = INT32_MAX;
if (G_IsSpecialStage(gamemap))