mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 11:44:09 +00:00
fix for merge fix
This commit is contained in:
parent
f8cc86c227
commit
a553ac8716
2 changed files with 4 additions and 4 deletions
|
@ -3057,10 +3057,10 @@ cAudioManager::ProcessVehicleOneShots(cVehicleParams *params)
|
|||
pedParams.m_fDistance = params->m_fDistance;
|
||||
SetupPedComments(&pedParams, SOUND_PED_BODYCAST_HIT);
|
||||
continue; */
|
||||
case SOUND_115: {
|
||||
case SOUND_PED_VCPA_PLAYER_FOUND: {
|
||||
pedParams.m_bDistanceCalculated = params->m_bDistanceCalculated;
|
||||
pedParams.m_fDistance = params->m_fDistance;
|
||||
SetupPedComments(&pedParams, SOUND_115);
|
||||
SetupPedComments(&pedParams, SOUND_PED_VCPA_PLAYER_FOUND);
|
||||
}
|
||||
case SOUND_WATER_FALL: {
|
||||
const float SOUND_INTENSITY = 40.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue