Home
last modified time | relevance | path

Searched defs:cv_soundvolume (Results 1 – 2 of 2) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Ds_sound.c184 consvar_t cv_soundvolume = { "soundvolume", "15", CV_SAVE, soundvolume_cons_t }; variable
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ds_sound.c77 consvar_t cv_soundvolume = CVAR_INIT ("soundvolume", "18", CV_SAVE, soundvolume_cons_t, NULL); variable