From 99db07cfe03965ca2ffcf789498dada7a3235193 Mon Sep 17 00:00:00 2001 From: Charles Machalow Date: Mon, 14 Mar 2022 13:16:16 -0700 Subject: [PATCH] Fix #16759: No music when unmuting the game in title screen --- contributors.md | 1 + distribution/changelog.txt | 1 + src/openrct2/audio/Audio.cpp | 1 + 3 files changed, 3 insertions(+) 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 {