mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 12:01:25 +00:00
fix non-windows ports.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4502 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a4481bac93
commit
73d82ddf13
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ int CDAudio_GetAudioDiskInfo(void)
|
|||
return -2;
|
||||
}
|
||||
|
||||
int CDAudio_Startup(void)
|
||||
qboolean CDAudio_Startup(void)
|
||||
{
|
||||
return -2;
|
||||
return false;
|
||||
}
|
Loading…
Reference in a new issue