fix some non-windows builds.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4497 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b5dcabb9f5
commit
740878d7c8
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
static int cdfile = -1;
|
static int cdfile = -1;
|
||||||
static char cd_dev[64] = "/dev/cdrom";
|
static char cd_dev[64] = "/dev/cdrom";
|
||||||
|
static qboolean playing;
|
||||||
|
|
||||||
void CDAudio_Eject(void)
|
void CDAudio_Eject(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue