mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 09:46:40 +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;
|
||||
}
|
||||
|
||||
if (soundtest.autosequence == false)
|
||||
{
|
||||
// There's nothing else for us here.
|
||||
return;
|
||||
}
|
||||
|
||||
if (Music_DurationLeft(S_SoundTestTune(0)) == 0)
|
||||
{
|
||||
goto handlenextsong;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue