]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_linux.c
Fixed a MSVC6 warning in matrixlib. Added a "Public server" yes/no line in the server...
[xonotic/darkplaces.git] / cd_linux.c
index 90f6976b91ce22644b5c94edfa953e164473082b..eb8ef45f0abf11570930783c31625b0f78feaf12 100644 (file)
@@ -211,9 +211,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;
@@ -418,3 +418,10 @@ void CDAudio_Shutdown(void)
        cdfile = -1;
 }
 
+void CDAudio_Open(void)
+{
+}
+
+void CDAudio_Close(void)
+{
+}