Remove this, doesn't work

This commit is contained in:
TehRealSalt 2019-01-10 00:35:11 -05:00
parent cff7d2795d
commit 9975497a68
1 changed files with 0 additions and 5 deletions

View File

@ -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);