mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix invincibility music not ending
This commit is contained in:
parent
00c83dfcf9
commit
2c35034960
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue