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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -367,6 +367,7 @@ namespace OpenRCT2::Audio
|
||||
if (gConfigSound.master_sound_enabled)
|
||||
{
|
||||
Resume();
|
||||
PlayTitleMusic();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user