Home
last modified time | relevance | path

Searched defs:soundVol (Results 1 – 7 of 7) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DSound.h63 float soundVol; variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DSound.h63 float soundVol; variable
/dports/games/blobwars/blobwars-2.00/src/
H A DCGame.h33 int gore, skill, soundVol, musicVol, output, brightness, autoSaveSlot, autoSave; variable
/dports/games/maxr/maxr-0.2.9/src/
H A Dsettings.h315 int soundVol; variable
H A Dsettings.cpp1420 void cSettings::setSoundVol (int soundVol, bool save) in setSoundVol()
/dports/games/wizznic/Wizznic-1.1/src/
H A Dsettings.h28 int soundVol; // member
/dports/games/spring/spring_98.0/rts/System/Sound/OpenAL/
H A DAudioChannel.cpp169 const float soundVol = soundSet.getVolume(soundIdx); in PlayRandomSample() local