]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_alsa_0_5.c
got rid of cl_glowinglightning cvar, lightning no longer glows
[xonotic/darkplaces.git] / snd_alsa_0_5.c
index d3551e04796fc5ea9eaac6e0db17ea1310da52ff..ba04b5b1a5fb63898052e7cb84c278f53f24dcbc 100644 (file)
@@ -320,7 +320,7 @@ void SNDDMA_Submit(void)
        switch (mmap_control->status.status) {
        case SND_PCM_STATUS_PREPARED:
                if ((rc=snd_pcm_channel_go(pcm_handle, SND_PCM_CHANNEL_PLAYBACK))<0) {
-                       Qprintf(stderr, "unable to start playback. %s\n",
+                       fprintf(stderr, "unable to start playback. %s\n",
                                        snd_strerror(rc));
                        exit(1);
                }
@@ -329,7 +329,7 @@ void SNDDMA_Submit(void)
                break;
        case SND_PCM_STATUS_UNDERRUN:
                if ((rc=snd_pcm_plugin_prepare(pcm_handle, SND_PCM_CHANNEL_PLAYBACK))<0) {
-                       Qprintf(stderr, "underrun: playback channel prepare error. %s\n",
+                       fprintf(stderr, "underrun: playback channel prepare error. %s\n",
                                        snd_strerror(rc));
                        exit(1);
                }