Skip to content
Snippets Groups Projects
Commit 9975497a authored by Sal's avatar Sal
Browse files

Remove this, doesn't work

parent cff7d279
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment