Spectator intermission: Only use boss name to describe the Round if the cool boss intro occoured at level load.

This commit is contained in:
toaster 2023-10-26 20:21:33 +01:00
parent 7aa40f1a0a
commit c5f7f93e20
2 changed files with 2 additions and 2 deletions

View file

@ -443,7 +443,7 @@ void level_tally_t::Init(player_t *player)
roundNum = roundqueue.roundnum;
}
else if (bossinfo.valid == true && bossinfo.enemyname)
else if (K_CheckBossIntro() == true && bossinfo.enemyname)
{
snprintf(
header, sizeof header,

View file

@ -411,7 +411,7 @@ static void Y_CalculateMatchData(UINT8 rankingsmode, void (*comparison)(INT32))
data.roundnum = roundqueue.roundnum;
}
else if (bossinfo.valid == true && bossinfo.enemyname)
else if (K_CheckBossIntro() == true && bossinfo.enemyname)
{
snprintf(data.headerstring,
sizeof data.headerstring,