Show song credits if joining mid-game

Dunno if this works or not yet!
This commit is contained in:
TehRealSalt 2019-01-09 21:01:56 -05:00
parent de72403fb9
commit 565b8f87fb

View file

@ -3355,6 +3355,10 @@ static inline boolean P_NetUnArchiveMisc(void)
totalrings = READUINT32(save_p);
lastmap = READINT16(save_p);
// Show music credits for mid-joiners
if (leveltime > (starttime + (TICRATE/2)))
S_ShowMusicCredit();
for (i = 0; i < 4; i++)
{
votelevels[i][0] = READINT16(save_p);