mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 09:11:59 +00:00
Show song credits if joining mid-game
Dunno if this works or not yet!
This commit is contained in:
parent
de72403fb9
commit
565b8f87fb
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue