]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_win.c
fix a number of char types that should be int, to make them immune to
[xonotic/darkplaces.git] / cd_win.c
index 2cc716133e12c7c4a77df297d06df6f6cf9b9235..913aec31e4681488c5193632486d3f6692618d9f 100644 (file)
--- a/cd_win.c
+++ b/cd_win.c
@@ -99,7 +99,7 @@ void CDAudio_SysSetVolume (float volume)
 }
 
 
-int CDAudio_SysPlay (unsigned char track)
+int CDAudio_SysPlay (int track)
 {
        DWORD                           dwReturn;
        MCI_PLAY_PARMS          mciPlayParms;