Stereo Mode: stop Stereo after unlooped, unsequenced track ends

This commit is contained in:
James R 2023-12-29 07:30:54 -08:00
parent 95f4768e46
commit 076cea7047

View file

@ -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;