X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cd_null.c;h=d639614f4ba4e33d49150620b2e8e94574ad6a1c;hb=2d55895c59ebeaff8c2a1e1f33a1c8cd9bc5c714;hp=300334a2af7fb83376f0586f6b3d02e90480f4e5;hpb=35f84fe46489e117fab33d2598921cd34ef0c759;p=xonotic%2Fdarkplaces.git diff --git a/cd_null.c b/cd_null.c index 300334a2..d639614f 100644 --- a/cd_null.c +++ b/cd_null.c @@ -48,7 +48,7 @@ void CDAudio_SysSetVolume (float volume) } -int CDAudio_SysPlay (qbyte track) +int CDAudio_SysPlay (unsigned char track) { return -1; }