fixed bug with not fading menu music on title screen when changing level set
authorHolger Schemel <info@artsoft.org>
Mon, 7 Jan 2019 12:28:03 +0000 (13:28 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 7 Jan 2019 12:28:03 +0000 (13:28 +0100)
src/screens.c

index 2067ee28f8592e08bfe4136b27de1bdeba03f7c9..92c752afb09beb956f0902d4b767d44008270cb0 100644 (file)
@@ -1745,10 +1745,10 @@ void HandleTitleScreen(int mx, int my, int dx, int dy, int button)
                                    "No title screen for this level set.");
        return;
       }
-
-      FadeMenuSoundsAndMusic();
     }
 
+    FadeMenuSoundsAndMusic();
+
     FadeOut(REDRAW_ALL);
 
     // title screens may have different window size