1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix #16759: No music when unmuting the game in title screen

This commit is contained in:
Charles Machalow
2022-03-14 13:16:16 -07:00
committed by GitHub
parent 9ef7a4c13b
commit 99db07cfe0
3 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -367,6 +367,7 @@ namespace OpenRCT2::Audio
if (gConfigSound.master_sound_enabled)
{
Resume();
PlayTitleMusic();
}
else
{