projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81496b0
)
fixed bug with not unmapping gadgets from previous screen on score info
author
Holger Schemel
<info@artsoft.org>
Wed, 23 Feb 2022 23:39:22 +0000
(
00:39
+0100)
committer
Holger Schemel
<info@artsoft.org>
Wed, 23 Feb 2022 23:39:22 +0000
(
00:39
+0100)
src/screens.c
patch
|
blob
|
history
diff --git
a/src/screens.c
b/src/screens.c
index a76393cb76280a7c54eb03e82b709201a13dad4f..b5cef16637aba7a2cee5e1428b95cc5609d06fea 100644
(file)
--- 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();