1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Move the audio code into OpenRCT2 namespace

This commit is contained in:
Matt
2020-10-07 00:34:42 +03:00
parent 86b1c0dbe1
commit 091145037e
139 changed files with 1149 additions and 1094 deletions

View File

@@ -80,7 +80,7 @@ void screenshot_check()
if (!screenshotPath.empty())
{
audio_play_sound(SoundId::WindowOpen, 100, context_get_width() / 2);
OpenRCT2::Audio::Play(OpenRCT2::Audio::SoundId::WindowOpen, 100, context_get_width() / 2);
}
else
{