]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_mix.c
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / snd_mix.c
index 3f9f01b60b4fd2ae0d3bb1e918ff9552224c2633..e27b97dd65e89e12fef7eac176ee414139c295ec 100644 (file)
--- a/snd_mix.c
+++ b/snd_mix.c
@@ -61,7 +61,7 @@ void S_CaptureAVISound(portable_samplepair_t *buf, int length)
                if (fwrite(out, 4, length, cl_avidemo_soundfile) < length)
                {
                        Cvar_SetValueQuick(&cl_avidemo, 0);
-                       Con_Printf("avi saving sound failed, out of disk space?  stopping avi demo capture.\n");
+                       Con_Print("avi saving sound failed, out of disk space?  stopping avi demo capture.\n");
                }
        }
        else if (cl_avidemo_soundfile)