This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
4 additions
and
4 deletions.
-
+2
−2
src/audio/AudioLogic.cpp
-
+2
−2
src/audio/AudioManager.h
There are no files selected for viewing
|
|
@@ -2796,7 +2796,7 @@ cAudioManager::SetupJumboTaxiSound(uint8 vol) |
|
|
} |
|
|
|
|
|
bool |
|
|
cAudioManager::SetupJumboWhineSound(uint8 emittingVol, int32 freq) |
|
|
cAudioManager::SetupJumboWhineSound(uint8 emittingVol, uint32 freq) |
|
|
{ |
|
|
const float SOUND_INTENSITY = 170.0f; |
|
|
|
|
|
@@ -2828,7 +2828,7 @@ cAudioManager::SetupJumboWhineSound(uint8 emittingVol, int32 freq) |
|
|
} |
|
|
|
|
|
bool |
|
|
cAudioManager::SetupJumboEngineSound(uint8 vol, int32 freq) |
|
|
cAudioManager::SetupJumboEngineSound(uint8 vol, uint32 freq) |
|
|
{ |
|
|
const float SOUND_INTENSITY = 180.0f; |
|
|
if (m_sQueueSample.m_fDistance >= SOUND_INTENSITY) |
|
|
|
|
|
@@ -457,11 +457,11 @@ class cAudioManager |
|
|
void SetUpLoopingCollisionSound(const cAudioCollision &col, uint8 counter); |
|
|
void SetUpOneShotCollisionSound(const cAudioCollision &col); |
|
|
bool SetupCrimeReport(); |
|
|
bool SetupJumboEngineSound(uint8 vol, int32 freq); |
|
|
bool SetupJumboEngineSound(uint8 vol, uint32 freq); |
|
|
bool SetupJumboFlySound(uint8 emittingVol); |
|
|
bool SetupJumboRumbleSound(uint8 emittingVol); |
|
|
bool SetupJumboTaxiSound(uint8 vol); |
|
|
bool SetupJumboWhineSound(uint8 emittingVol, int32 freq); |
|
|
bool SetupJumboWhineSound(uint8 emittingVol, uint32 freq); |
|
|
void SetupPedComments(cPedParams *params, uint32 sound); |
|
|
void SetupSuspectLastSeenReport(); |
|
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.