Fix invincibility music not ending

This commit is contained in:
James R 2020-10-25 13:43:44 -07:00
parent 00c83dfcf9
commit 2c35034960

View file

@ -1792,6 +1792,8 @@ static void P_CheckInvincibilityTimer(player_t *player)
player->mo->color = player->skincolor; player->mo->color = player->skincolor;
G_GhostAddColor((INT32) (player - players), GHC_NORMAL); G_GhostAddColor((INT32) (player - players), GHC_NORMAL);
} }
P_RestoreMusic(player);
} }
} }