From 076cea7047dd7b783ec63414a4465b8e82f3cf8d Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 29 Dec 2023 07:30:54 -0800 Subject: [PATCH] Stereo Mode: stop Stereo after unlooped, unsequenced track ends --- src/s_sound.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/s_sound.c b/src/s_sound.c index 66477abec..142eaa4ba 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -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;