From a9b66109fc349d021d35a0e66934eb7748ba922a Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Sat, 3 Aug 2019 22:49:12 -0400
Subject: [PATCH] Fix titlemap music bug

---
 src/p_setup.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/p_setup.c b/src/p_setup.c
index fb0e6ff471..82713c3cb7 100644
--- a/src/p_setup.c
+++ b/src/p_setup.c
@@ -2734,15 +2734,6 @@ boolean P_SetupLevel(boolean skipprecip)
 		S_FadeMusic(0, FixedMul(
 			FixedDiv((F_GetWipeLength(wipedefs[wipe_level_toblack])-2)*NEWTICRATERATIO, NEWTICRATE), MUSICRATE));
 
-	// todo old titlemap music fix, 255d5c6c9422d5934d9acfd2bc2767112ded8a9b
-	// may not be necessary for this branch
-	// if (!titlemapinaction)
-	// {
-	// 	// As oddly named as this is, this handles music only.
-	// 	// We should be fine starting it here.
-	// 	S_Start();
-	// }
-
 	// Let's fade to black here
 	// But only if we didn't do the special stage wipe
 	if (rendermode != render_none && !ranspecialwipe)
-- 
GitLab