From 4fd72a666f7024b3e37ada1ac163040ebddbc1f9 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 15 Oct 2002 23:22:36 +0000 Subject: [PATCH] made the QueueWantsMore message a Con_DPrintf git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2529 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_video.c b/cl_video.c index ba88b34f..4778c818 100644 --- a/cl_video.c +++ b/cl_video.c @@ -56,7 +56,7 @@ void CL_VideoFrame(void) } if (cl_videosoundrate && (samples = S_RawSamples_QueueWantsMore())) { - Con_Printf("%i = S_RawSamples_QueueWantsMore()\n", samples); + Con_DPrintf("%i = S_RawSamples_QueueWantsMore()\n", samples); // calculate how much source data we need to fill the output... s = samples * cl_videosoundrate / S_RawSamples_SampleRate(); -- 2.39.2