]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
DP_QC_GETTIME_CDTRACK: extension to query the playing time of the current cd track.
[xonotic/darkplaces.git] / snd_null.c
index c8aa087420ca897e2e9a26e4c44992916bd2099a..ab5b4c6e7f70d39880d70e5444a4b104ce3a87a5 100755 (executable)
@@ -141,3 +141,9 @@ int S_GetSoundChannels(void)
 {
        return 0;
 }
+
+float S_GetChannelPosition (unsigned int ch_ind)
+{
+       return -1;
+}
+