Home
last modified time | relevance | path

Searched refs:_thunderSoundId (Results 1 – 1 of 1) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DClimate.cpp65 static OpenRCT2::Audio::SoundId _thunderSoundId; variable
354 climate_play_thunder(1, _thunderSoundId, _thunderVolume, 10000); in climate_update_thunder_sound()
402 _thunderSoundId = (randomNumber & 0x20000) ? OpenRCT2::Audio::SoundId::Thunder1 in climate_update_thunder()
405 climate_play_thunder(0, _thunderSoundId, _thunderVolume, -10000); in climate_update_thunder()
415 _thunderSoundId = (randomNumber & 0x20000) ? OpenRCT2::Audio::SoundId::Thunder1 in climate_update_thunder()
418 climate_play_thunder(0, _thunderSoundId, 0, pan); in climate_update_thunder()