]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_linux.c
fix a number of char types that should be int, to make them immune to
[xonotic/darkplaces.git] / cd_linux.c
index c8cdd6c38465303aab9c655e0cead2f532bf32f5..4544a5d122cda6f117a423db0a210b58efd5ab0c 100644 (file)
@@ -112,7 +112,7 @@ void CDAudio_SysSetVolume (float volume)
 }
 
 
-int CDAudio_SysPlay (unsigned char track)
+int CDAudio_SysPlay (int track)
 {
        struct cdrom_tocentry entry;
        struct cdrom_ti ti;