]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_win.c
BuildTriangleNeighbors now detects edges shared by three triangles, fixes weird shado...
[xonotic/darkplaces.git] / cd_win.c
index aab8dad718282b0afb9db27c8924ea13b094dbb0..8d9f56841fa1a305412fcd5fd9b7f707986eb24a 100644 (file)
--- a/cd_win.c
+++ b/cd_win.c
@@ -241,9 +241,9 @@ void CDAudio_Resume(void)
 
 static void CD_f (void)
 {
-       char    *command;
-       int             ret;
-       int             n;
+       const char *command;
+       int ret;
+       int n;
 
        if (Cmd_Argc() < 2)
                return;
@@ -475,3 +475,11 @@ void CDAudio_Shutdown(void)
                Con_DPrintf("CDAudio_Shutdown: MCI_CLOSE failed\n");
 }
 
+
+void CDAudio_Open(void)
+{
+}
+
+void CDAudio_Close(void)
+{
+}