]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_3dras.c
DP_QC_GETTIME_CDTRACK: extension to query the playing time of the current cd track.
[xonotic/darkplaces.git] / snd_3dras.c
index cff3ec91569eee07b428534daf53353a54023a2f..4df5c09e51a426d1f24ea90bc64364fca5b7b4d6 100644 (file)
@@ -1002,6 +1002,12 @@ void S_SetChannelVolume (unsigned int ch_ind, float fvol){
        }
 }
 
+float S_GetChannelPosition (unsigned int ch_ind)
+{
+       // FIXME unsupported
+       return -1;
+}
+
 void S_BlockSound (void){
        soundblocked++;
 }