mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
This commit is contained in:
@@ -398,11 +398,9 @@ namespace OpenRCT2::Audio
|
||||
if (gConfigSound.MasterSoundEnabled)
|
||||
{
|
||||
Resume();
|
||||
PlayTitleMusic();
|
||||
}
|
||||
else
|
||||
{
|
||||
StopTitleMusic();
|
||||
Pause();
|
||||
}
|
||||
|
||||
@@ -416,11 +414,13 @@ namespace OpenRCT2::Audio
|
||||
RideAudio::StopAllChannels();
|
||||
PeepStopCrowdNoise();
|
||||
ClimateStopWeatherSound();
|
||||
StopTitleMusic();
|
||||
}
|
||||
|
||||
void Resume()
|
||||
{
|
||||
gGameSoundsOff = false;
|
||||
PlayTitleMusic();
|
||||
}
|
||||
|
||||
void StopVehicleSounds()
|
||||
|
||||
Reference in New Issue
Block a user