Skip to content

Commit 53da41d

Browse files
committed
fix music volume not saved
1 parent 4a7cff3 commit 53da41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/org/destinationsol/GameOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public void advanceMusicVolMul() {
229229
* Save the configuration settings to file.
230230
*/
231231
public void save() {
232-
IniReader.write(FILE_NAME, "x", x, "y", y, "fullscreen", fullscreen, "controlType", controlType, "vol", volMul,
232+
IniReader.write(FILE_NAME, "x", x, "y", y, "fullscreen", fullscreen, "controlType", controlType, "vol", volMul, "musicVol", musicMul,
233233
"canSellEquippedItems", canSellEquippedItems,
234234
"keyUpMouse", getKeyUpMouseName(), "keyDownMouse", getKeyDownMouseName(), "keyUp", getKeyUpName(), "keyDown", keyDownName,
235235
"keyLeft", keyLeftName, "keyRight", keyRightName, "keyShoot", keyShootName, "keyShoot2", getKeyShoot2Name(),

0 commit comments

Comments
 (0)