mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 14:01:14 +00:00
Remove this, doesn't work
This commit is contained in:
parent
66bb728363
commit
6ac7e50d70
1 changed files with 0 additions and 5 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include "r_sky.h"
|
||||
#include "p_polyobj.h"
|
||||
#include "lua_script.h"
|
||||
#include "s_sound.h" // S_ShowMusicCredit
|
||||
#ifdef ESLOPE
|
||||
#include "p_slopes.h"
|
||||
#endif
|
||||
|
|
@ -3356,10 +3355,6 @@ 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