mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +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;
|
return -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CDAudio_Startup(void)
|
qboolean CDAudio_Startup(void)
|
||||||
{
|
{
|
||||||
return -2;
|
return false;
|
||||||
}
|
}
|
Loading…
Reference in a new issue