]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_alsa.c
fix very unreliable jumping (it was doing a stepdown back onto the floor instantly...
[xonotic/darkplaces.git] / snd_alsa.c
index 98f8c79898022c7aa985f08f7dc081545a608076..709d8314543705a4cfa6e3bec63c964de4fb2d46 100644 (file)
@@ -254,12 +254,6 @@ qboolean SNDDMA_Init (void)
        shm->samples = buffer_size * shm->format.channels;              // mono samples in buffer
        shm->format.speed = rate;
        SNDDMA_GetDMAPos ();            // sets shm->buffer
-       Sys_Printf ("%5d stereo\n", shm->format.channels - 1);
-       Sys_Printf ("%5d samples\n", shm->samples);
-       Sys_Printf ("%5d samplepos\n", shm->samplepos);
-       Sys_Printf ("%5d samplebits\n", shm->format.width * 8);
-       Sys_Printf ("%5d speed\n", shm->format.speed);
-       Sys_Printf ("0x%x dma buffer\n", (int) shm->buffer);
 
        snd_inited = 1;
        return true;