From 872c750a22b50e08df976854d84d0a2bacaa7a70 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 24 Feb 2022 00:39:22 +0100 Subject: [PATCH] fixed bug with not unmapping gadgets from previous screen on score info --- src/screens.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/screens.c b/src/screens.c index a76393cb..b5cef166 100644 --- a/src/screens.c +++ b/src/screens.c @@ -5869,6 +5869,8 @@ static void DrawScoreInfo(int pos) SetMainBackgroundImageIfDefined(IMG_BACKGROUND_SCOREINFO); + UnmapAllGadgets(); + FadeOut(REDRAW_FIELD); ClearField(); -- 2.34.1