]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_sdl.c
342
[xonotic/darkplaces.git] / cd_sdl.c
index 11eb01ea1a30c15a33a3ca1f48969970e14cde41..916d67970ccb510ce7c560fba78c698885ceac59 100644 (file)
--- a/cd_sdl.c
+++ b/cd_sdl.c
@@ -130,7 +130,7 @@ int CDAudio_SysUpdate (void)
 void CDAudio_SysInit (void)
 {
        if( SDL_InitSubSystem( SDL_INIT_CDROM ) == -1 ) 
-               Con_SafePrint( "Failed to init the CDROM SDL subsystem!\n" );
+               Con_Print( "Failed to init the CDROM SDL subsystem!\n" );
 
        Cmd_AddCommand( "cddrive", CDAudio_SDL_CDDrive_f );
 }