Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DSound_Control.cc14 static UINT32 guiSpeechVolume = MIDVOLUME; variable
445 guiSpeechVolume = __min(uiNewVolume, MAXVOLUME); in SetSpeechVolume()
451 return( guiSpeechVolume ); in GetSpeechVolume()
469 return (uiVolume * guiSpeechVolume + HIGHVOLUME / 2) / HIGHVOLUME; in CalculateSpeechVolume()