Don't play TA jingles for failed SPB Attack

This commit is contained in:
AJ Martinez 2024-03-08 20:05:19 -07:00
parent 266e36928b
commit f0935551f3

View file

@ -712,7 +712,7 @@ void P_EndingMusic(void)
jingle = "_win";
}
if (modeattacking)
if (modeattacking && !K_IsPlayerLosing(bestPlayer))
{
if (players[consoleplayer].realtime < oldbest && oldbest != (tic_t)UINT32_MAX)
jingle = "newrec";