Fix map music not playing on Join
This commit is contained in:
parent
ca51695870
commit
08efd4321c
2 changed files with 1 additions and 2 deletions
|
|
@ -3583,7 +3583,7 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
|
|||
}
|
||||
}
|
||||
|
||||
if (betweenmaps)
|
||||
if (betweenmaps && !(p->jointime <= 1))
|
||||
return;
|
||||
|
||||
if (leveltime < starttime)
|
||||
|
|
|
|||
|
|
@ -12385,7 +12385,6 @@ void P_RespawnSpecials(void)
|
|||
//
|
||||
void P_SpawnPlayer(INT32 playernum)
|
||||
{
|
||||
UINT8 i;
|
||||
player_t *p = &players[playernum];
|
||||
mobj_t *mobj;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue