Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicle.cpp89 static constexpr const uint8_t _soundParams[OpenRCT2::Audio::RCT2SoundCount][2] = { variable
1055 if (_soundParams[static_cast<uint8_t>(id)][1] & 2) in SoundFrequency()
1063 if (_soundParams[static_cast<uint8_t>(id)][1] & 1) in SoundFrequency()
1073 return type == SoundType::TrackNoises || !(_soundParams[static_cast<uint8_t>(id)][1] & 1); in ShouldUpdateChannelRate()
1107 uint8_t looping = _soundParams[static_cast<uint8_t>(id)][0]; in UpdateSound()