mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Partially reverted on Inu's reccomendation.
This commit is contained in:
parent
7795e146fa
commit
104fc8ba98
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue