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

Merge pull request #13073 from ZehMatt/refactor/audio-cleanup

Minor cleanup around audio code
This commit is contained in:
ζeh Matt
2020-10-07 21:18:59 +03:00
committed by GitHub
139 changed files with 1167 additions and 1091 deletions

View File

@@ -245,7 +245,7 @@ void chat_history_add(const char* src)
free(buffer);
Mixer_Play_Effect(SoundId::NewsItem, 0, MIXER_VOLUME_MAX, 0.5f, 1.5f, true);
Mixer_Play_Effect(OpenRCT2::Audio::SoundId::NewsItem, 0, MIXER_VOLUME_MAX, 0.5f, 1.5f, true);
}
void chat_input(ChatInput input)