X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cd_sdl.c;h=b9a7a7539423ea6eaecb02ebeccd18c6230996ff;hb=5090f6da276d673f6ee0b149ee2f83ef82f62902;hp=1f98c49d495e808fb2d5976bb27d275220459107;hpb=6824d8ddc8a43cae0609be5bbe8bee01fa1a4225;p=xonotic%2Fdarkplaces.git diff --git a/cd_sdl.c b/cd_sdl.c index 1f98c49d..b9a7a753 100644 --- a/cd_sdl.c +++ b/cd_sdl.c @@ -132,7 +132,7 @@ void CDAudio_SysInit (void) if( SDL_InitSubSystem( SDL_INIT_CDROM ) == -1 ) Con_Print( "Failed to init the CDROM SDL subsystem!\n" ); - Cmd_AddCommand( "cddrive", CDAudio_SDL_CDDrive_f ); + Cmd_AddCommand( "cddrive", CDAudio_SDL_CDDrive_f, "select an SDL-detected CD drive by number" ); } static int IsAudioCD( void )