mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
Show song credits if joining mid-game
Dunno if this works or not yet!
This commit is contained in:
parent
5be9f9e2d4
commit
6c5cc453a8
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…
Add table
Reference in a new issue