mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-13 19:43:00 +00:00
EndOfLevel: 2.1 _clear -> lclear music in y_inter
This commit is contained in:
parent
d7ba245022
commit
9dbb0a1c3e
1 changed files with 2 additions and 2 deletions
|
|
@ -700,7 +700,7 @@ void Y_Ticker(void)
|
||||||
if (mapheaderinfo[gamemap-1]->musicinterfadeout)
|
if (mapheaderinfo[gamemap-1]->musicinterfadeout)
|
||||||
S_FadeOutStopMusic(mapheaderinfo[gamemap-1]->musicinterfadeout);
|
S_FadeOutStopMusic(mapheaderinfo[gamemap-1]->musicinterfadeout);
|
||||||
else
|
else
|
||||||
S_ChangeMusicInternal("_clear", false); // don't loop it
|
S_ChangeMusicInternal("lclear", false); // don't loop it
|
||||||
}
|
}
|
||||||
|
|
||||||
if (intertic < TICRATE) // one second pause before tally begins
|
if (intertic < TICRATE) // one second pause before tally begins
|
||||||
|
|
@ -765,7 +765,7 @@ void Y_Ticker(void)
|
||||||
if (mapheaderinfo[gamemap-1]->musicinterfadeout)
|
if (mapheaderinfo[gamemap-1]->musicinterfadeout)
|
||||||
S_FadeOutStopMusic(mapheaderinfo[gamemap-1]->musicinterfadeout);
|
S_FadeOutStopMusic(mapheaderinfo[gamemap-1]->musicinterfadeout);
|
||||||
else
|
else
|
||||||
S_ChangeMusicInternal("_clear", false); // don't loop it
|
S_ChangeMusicInternal("lclear", false); // don't loop it
|
||||||
tallydonetic = 0;
|
tallydonetic = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue