X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=cd_bsd.c;h=7b3a855af4db44d1077a2847c16eea379eb99aa9;hb=9ac6f1395459b9ab4093f690365ce1e3d62d0577;hp=83ae1a7476725b169dab352e99202602947a86fd;hpb=5bdc0879026939f551a3ff217064732d59731be2;p=xonotic%2Fdarkplaces.git diff --git a/cd_bsd.c b/cd_bsd.c index 83ae1a74..7b3a855a 100644 --- a/cd_bsd.c +++ b/cd_bsd.c @@ -18,6 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "quakedef.h" + #include #include #include @@ -31,7 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # include #endif -#include "quakedef.h" #include "cdaudio.h" @@ -121,7 +122,7 @@ void CDAudio_SysSetVolume (float volume) } -int CDAudio_SysPlay (qbyte track) +int CDAudio_SysPlay (int track) { struct ioc_read_toc_entry rte; struct cd_toc_entry entry;