From: Holger Schemel Date: Wed, 23 Feb 2022 23:39:22 +0000 (+0100) Subject: fixed bug with not unmapping gadgets from previous screen on score info X-Git-Tag: 4.3.2.0~106 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=872c750a22b50e08df976854d84d0a2bacaa7a70;p=rocksndiamonds.git fixed bug with not unmapping gadgets from previous screen on score info --- 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();