diff --git a/contributors.md b/contributors.md index 3341fbb899..76e13142bc 100644 --- a/contributors.md +++ b/contributors.md @@ -184,6 +184,7 @@ The following people are not part of the development team, but have been contrib * Vinícius Hashimoto (vkhashimoto) * Gal B. (GalBr) * Rik Smeets (rik-smeets) +* Charles Machalow (csm10495) ## Toolchain * (Balletie) - macOS diff --git a/distribution/changelog.txt b/distribution/changelog.txt index ec841642bd..5569a09901 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -63,6 +63,7 @@ - Fix: [#16572] Crash when trying to place track designs. - Fix: [#16591] [Plugin] setInterval and setTimeout is not disposed when map unloads. - Fix: [#16711] [Plugin] Car.rideObject overflowing with more than 256 ride types. +- Fix: [#16779] Fix case where title music doesn't unmute properly. - Fix: [objects#165] Glitch when Bengal Tiger Cars go through a corner. 0.3.5.1 (2021-11-21) diff --git a/src/openrct2/audio/Audio.cpp b/src/openrct2/audio/Audio.cpp index 8b9abcaa69..adeb309689 100644 --- a/src/openrct2/audio/Audio.cpp +++ b/src/openrct2/audio/Audio.cpp @@ -367,6 +367,7 @@ namespace OpenRCT2::Audio if (gConfigSound.master_sound_enabled) { Resume(); + PlayTitleMusic(); } else {