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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user