From 01c015e560ecfb4bf51d6419855d542779e6dc42 Mon Sep 17 00:00:00 2001 From: NepDisk <16447892+NepDisk@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:03:53 -0400 Subject: [PATCH] Don't fade kstart --- src/p_tick.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_tick.c b/src/p_tick.c index c45ace537..e2f499972 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -673,7 +673,6 @@ void P_Ticker(boolean run) if (leveltime == starttime-(3*TICRATE)) { S_StartSound(NULL, sfx_s3ka7); // 3, - S_FadeOutStopMusic(3500); } else if ((leveltime == starttime-(2*TICRATE)) || (leveltime == starttime-TICRATE)) {