mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Stereo Mode: stop Stereo after unlooped, unsequenced track ends
This commit is contained in:
parent
95f4768e46
commit
076cea7047
1 changed files with 0 additions and 6 deletions
|
|
@ -1764,12 +1764,6 @@ void S_TickSoundTest(void)
|
||||||
goto handlenextsong;
|
goto handlenextsong;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (soundtest.autosequence == false)
|
|
||||||
{
|
|
||||||
// There's nothing else for us here.
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (Music_DurationLeft(S_SoundTestTune(0)) == 0)
|
if (Music_DurationLeft(S_SoundTestTune(0)) == 0)
|
||||||
{
|
{
|
||||||
goto handlenextsong;
|
goto handlenextsong;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue