]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_bsd.c
fix a number of char types that should be int, to make them immune to
[xonotic/darkplaces.git] / cd_bsd.c
index e74a567a5a82f181b152f4d576d64bd36cf32702..7b3a855af4db44d1077a2847c16eea379eb99aa9 100644 (file)
--- a/cd_bsd.c
+++ b/cd_bsd.c
@@ -122,7 +122,7 @@ void CDAudio_SysSetVolume (float volume)
 }
 
 
 }
 
 
-int CDAudio_SysPlay (unsigned char track)
+int CDAudio_SysPlay (int track)
 {
        struct ioc_read_toc_entry rte;
        struct cd_toc_entry entry;
 {
        struct ioc_read_toc_entry rte;
        struct cd_toc_entry entry;