1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Rename members of SoundId

This commit is contained in:
Gymnasiast
2025-09-30 22:13:25 +02:00
parent 4a20aa0460
commit 45912ec9a3
134 changed files with 349 additions and 349 deletions

View File

@@ -246,7 +246,7 @@ void ChatAddHistory(std::string_view s)
// Log to file (src only as logging does its own timestamp)
Network::AppendChatLog(s);
CreateAudioChannel(SoundId::NewsItem, 0, kMixerVolumeMax, 0.5f, 1.5f, true);
CreateAudioChannel(SoundId::newsItem, 0, kMixerVolumeMax, 0.5f, 1.5f, true);
}
void ChatInput(enum ChatInput input)