cd_sdl.c: no need for uhexen2's CVS version identifier to stay here.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@288 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-08-23 17:23:39 +00:00
parent dcf0cd11bf
commit dbd624bdf8
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
/* /*
cd_sdl.c 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. Copyright (C) 1996-1997 Id Software, Inc.
Taken from the Twilight project with modifications Taken from the Twilight project with modifications
@ -508,7 +507,7 @@ int CDAudio_Init(void)
if (COM_CheckParm("-nocdaudio")) if (COM_CheckParm("-nocdaudio"))
return -1; return -1;
export_cddev_arg (); export_cddev_arg();
if (SDL_InitSubSystem(SDL_INIT_CDROM) == -1) if (SDL_InitSubSystem(SDL_INIT_CDROM) == -1)
{ {