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