Searched defs:cdvolume (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcd_linux.c44 static float cdvolume; variable
158 if (cdvolume == 0.0)
323 Con_Printf("Volume is %f\n", cdvolume);
336 if (bgmvolume.value != cdvolume)
338 if (cdvolume)
341 cdvolume = bgmvolume.value;
347 cdvolume = bgmvolume.value;
H A Dcd_win.c35 static float cdvolume; variable
173 if (cdvolume == 0.0)
357 Con_Printf("Volume is %f\n", cdvolume);
403 if (bgmvolume.value != cdvolume)
405 if (cdvolume)
408 cdvolume = bgmvolume.value;
414 cdvolume = bgmvolume.value;
H A Dcd_audio.c220 static byte cdvolume; variable
449 return cdvolume;
501 cdvolume = volume;
722 Con_Printf("Volume is %u\n", cdvolume);
773 if (cdvolume != newVolume)
/external/quake/quake/src/WinQuake/
H A Dcd_linux.cpp44 static float cdvolume; variable
158 if (cdvolume == 0.0)
323 Con_Printf("Volume is %f\n", cdvolume);
336 if (bgmvolume.value != cdvolume)
338 if (cdvolume)
341 cdvolume = bgmvolume.value;
347 cdvolume = bgmvolume.value;
H A Dcd_win.cpp35 static float cdvolume; variable
173 if (cdvolume == 0.0)
357 Con_Printf("Volume is %f\n", cdvolume);
403 if (bgmvolume.value != cdvolume)
405 if (cdvolume)
408 cdvolume = bgmvolume.value;
414 cdvolume = bgmvolume.value;
H A Dcd_audio.cpp242 static byte cdvolume; variable
491 cdvolume = volume;
731 Con_Printf("Volume is %u\n", cdvolume);
773 if (newVolume != cdvolume)

Completed in 104 milliseconds