1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +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

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