Home
last modified time | relevance | path

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

/dports/games/openlierox/OpenLieroX/src/client/
H A DSounds.cpp179 SetSoundVolume( tLXOptions->iSoundVolume ); in StartSoundSystem()
193 tLXOptions->iSoundVolume = vol; in SetSoundVolume()
H A DOptions.cpp174 ( tLXOptions->iSoundVolume, "Audio.Volume", 70 ) in Init()
/dports/games/openlierox/OpenLieroX/include/
H A DOptions.h241 int iSoundVolume; member
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DMenu_Options.cpp345 s->setValue( tLXOptions->iSoundVolume ); in Menu_OptionsInitialize()
825 tLXOptions->iSoundVolume = s->getValue(); in Menu_OptionsFrame()
827 SetSoundVolume( tLXOptions->iSoundVolume ); in Menu_OptionsFrame()