]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_null.c
fix double bright models bug (LightPoint returns 2x color, and RSurf_SetColorPointer...
[xonotic/darkplaces.git] / cd_null.c
index 7bfe2f3e163ca5a01ac2bdfa1332c43b3d6690ba..300334a2af7fb83376f0586f6b3d02e90480f4e5 100644 (file)
--- a/cd_null.c
+++ b/cd_null.c
@@ -37,6 +37,17 @@ int CDAudio_SysGetAudioDiskInfo (void)
 }
 
 
+float CDAudio_SysGetVolume (void)
+{
+       return -1.0f;
+}
+
+
+void CDAudio_SysSetVolume (float volume)
+{
+}
+
+
 int CDAudio_SysPlay (qbyte track)
 {
        return -1;