]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_win.c
huge audit of dprints throughout engine, all notices of successfully
[xonotic/darkplaces.git] / snd_win.c
index 06aed2bbe03dcb4f358b4aa67d50853aa6302bb1..7f8a4621ff0e599989dcd64003582fc27b3cf196 100644 (file)
--- a/snd_win.c
+++ b/snd_win.c
@@ -362,7 +362,7 @@ static sndinitstat SndSys_InitDirectSound (const snd_format_t* requested)
        // Make sure mixer is active
        IDirectSoundBuffer_Play(pDSBuf, 0, 0, DSBPLAY_LOOPING);
 
-       Con_DPrintf("   %d channel(s)\n"
+       Con_Printf("   %d channel(s)\n"
                                "   %d bits/sample\n"
                                "   %d samples/sec\n",
                                requested->channels, requested->width * 8, requested->speed);