mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-15 07:31:55 +00:00
Versus: always reset music, even in Time Attack
This commit is contained in:
parent
9e99efc08c
commit
556035687c
1 changed files with 3 additions and 0 deletions
|
|
@ -8238,6 +8238,9 @@ void P_ResetLevelMusic(void)
|
|||
|
||||
boolean P_UseContinuousLevelMusic(void)
|
||||
{
|
||||
if (gametyperules & GTR_BOSS)
|
||||
return false;
|
||||
|
||||
return (gametyperules & GTR_NOPOSITION) || modeattacking != ATTACKING_NONE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue