mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
cd_sdl.c: no need for uhexen2's CVS version identifier to stay here.
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@288 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
339fd92605
commit
a7dba17c55
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
/*
|
||||
cd_sdl.c
|
||||
$Id: cd_sdl.c,v 1.19 2010/01/27 16:22:42 sezero Exp $
|
||||
|
||||
Copyright (C) 1996-1997 Id Software, Inc.
|
||||
Taken from the Twilight project with modifications
|
||||
|
@ -508,7 +507,7 @@ int CDAudio_Init(void)
|
|||
if (COM_CheckParm("-nocdaudio"))
|
||||
return -1;
|
||||
|
||||
export_cddev_arg ();
|
||||
export_cddev_arg();
|
||||
|
||||
if (SDL_InitSubSystem(SDL_INIT_CDROM) == -1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue