1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Fix #10752: Mute button state not correctly set at startup (#10816)

This commit is contained in:
Michael Steenbeek
2020-02-22 19:20:14 +01:00
committed by GitHub
parent 86c7dbf1d5
commit 4c2a0f279b
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
- Fix: [#10694] The lift hill speed of the flying roller coaster cannot be changed (original bug).
- Fix: [#10705] Apply multithreaded rendering to all viewports.
- Fix: [#10739] Mountain tool overlay for even-numbered selections.
- Fix: [#10752] Mute button state not correctly set at startup.
- Removed: [#6898] LOADMM and LOADRCT1 title sequence commands (use LOADSC instead).
0.2.4 (2019-10-28)

View File

@@ -414,6 +414,7 @@ namespace OpenRCT2
audio_init();
audio_populate_devices();
audio_init_ride_sounds_and_info();
gGameSoundsOff = !gConfigSound.master_sound_enabled;
}
network_set_env(_env);