Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DGap.cc132 const UINT32 vol = CalculateSpeechVolume(ubVolume); in PlayJA2GapSample()
H A DSoldier_Control.cc531 UINT32 volume = CalculateSpeechVolume(HIGHVOLUME); in DoNinjaAttack()
5972 PlayLocationJA2Sample(s->sGridNo, sub_snd, CalculateSpeechVolume(HIGHVOLUME), 1); in InternalDoMercBattleSound()
6075 UINT32 volume = CalculateSpeechVolume(base_volume); in InternalDoMercBattleSound()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DSound_Control.h391 UINT32 CalculateSpeechVolume( UINT32 uiVolume );
H A DSound_Control.cc467 UINT32 CalculateSpeechVolume(UINT32 uiVolume) in CalculateSpeechVolume() function