From: Holger Schemel Date: Mon, 7 Jan 2019 12:28:03 +0000 (+0100) Subject: fixed bug with not fading menu music on title screen when changing level set X-Git-Tag: 4.1.2.0~62 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=8bf628c4f976b617d840a64a6e7c2edb5f1d7719 fixed bug with not fading menu music on title screen when changing level set --- diff --git a/src/screens.c b/src/screens.c index 2067ee28..92c752af 100644 --- a/src/screens.c +++ b/src/screens.c @@ -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