]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_null.c
Fix a compile error on win32 I introduced.
[xonotic/darkplaces.git] / cd_null.c
index d639614f4ba4e33d49150620b2e8e94574ad6a1c..13826f0505749368ff83375e4756b9663b876a1c 100644 (file)
--- a/cd_null.c
+++ b/cd_null.c
@@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
 #include "quakedef.h"
+#include "cdaudio.h"
 
 
 void CDAudio_SysEject (void)
@@ -48,7 +49,7 @@ void CDAudio_SysSetVolume (float volume)
 }
 
 
-int CDAudio_SysPlay (unsigned char track)
+int CDAudio_SysPlay (int track)
 {
        return -1;
 }