]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_null.c
fix a number of char types that should be int, to make them immune to
[xonotic/darkplaces.git] / cd_null.c
index 7bfe2f3e163ca5a01ac2bdfa1332c43b3d6690ba..18987ada4b78383725534ee4822945784a6c8f6c 100644 (file)
--- a/cd_null.c
+++ b/cd_null.c
@@ -37,7 +37,18 @@ int CDAudio_SysGetAudioDiskInfo (void)
 }
 
 
-int CDAudio_SysPlay (qbyte track)
+float CDAudio_SysGetVolume (void)
+{
+       return -1.0f;
+}
+
+
+void CDAudio_SysSetVolume (float volume)
+{
+}
+
+
+int CDAudio_SysPlay (int track)
 {
        return -1;
 }