mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Use enum class for RCT2_SOUND (#9618)
* Use enum class for RCT2_SOUND * Fix formatting. Fix mistaken declaration. * Change name of enum to SoundId * Fix clang format
This commit is contained in:
@@ -80,7 +80,7 @@ void screenshot_check()
|
||||
|
||||
if (!screenshotPath.empty())
|
||||
{
|
||||
audio_play_sound(SOUND_WINDOW_OPEN, 100, context_get_width() / 2);
|
||||
audio_play_sound(SoundId::WindowOpen, 100, context_get_width() / 2);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user