mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Play music for normal Evaluations too
Lumpname _DRIFT, implement later
This commit is contained in:
parent
32eead29e5
commit
35df66f2b1
1 changed files with 9 additions and 1 deletions
|
|
@ -1247,10 +1247,18 @@ void F_GameEvaluationTicker(void)
|
||||||
|
|
||||||
if (finalecount == 1)
|
if (finalecount == 1)
|
||||||
{
|
{
|
||||||
// Now start the music
|
// sitting on that distant _shore
|
||||||
S_ChangeMusicInternal("_SHORE", false);
|
S_ChangeMusicInternal("_SHORE", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (finalecount == 1)
|
||||||
|
{
|
||||||
|
// _drift across open waters
|
||||||
|
S_ChangeMusicInternal("_DRIFT", false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (++finalecount > evallen)
|
if (++finalecount > evallen)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue