projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4968e
)
fixed saving setup for music and sound button changes
author
Holger Schemel
<info@artsoft.org>
Sun, 23 Feb 2025 16:47:18 +0000
(17:47 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sun, 23 Feb 2025 16:47:18 +0000
(17:47 +0100)
src/game.c
patch
|
blob
|
history
diff --git
a/src/game.c
b/src/game.c
index 94d114bd2d03621d409dbadfd4007095f223d354..36be17fc1654fd08452cae62e56dc0d5f38ebac1 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-17924,6
+17924,8
@@
static void HandleGameButtonsExt(int id, int button)
RedrawSoundButtonGadget(id);
+ SaveSetupIfNeeded();
+
break;
case SOUND_CTRL_ID_LOOPS:
@@
-17947,6
+17949,8
@@
static void HandleGameButtonsExt(int id, int button)
RedrawSoundButtonGadget(id);
+ SaveSetupIfNeeded();
+
break;
case SOUND_CTRL_ID_SIMPLE:
@@
-17970,6
+17974,8
@@
static void HandleGameButtonsExt(int id, int button)
RedrawSoundButtonGadget(id);
+ SaveSetupIfNeeded();
+
break;
default: