mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 02:41:56 +00:00
Remove this, doesn't work
This commit is contained in:
parent
cff7d2795d
commit
9975497a68
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…
Reference in a new issue