X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cl_video.c;h=4778c8189c4b57aed1c80c513ba8d7396185f03e;hb=931cdde2eb5df5ab2c8e0b5f0832ef3b102c2fdd;hp=ba88b34f9f823ad510f61cb2697a59b8e5567730;hpb=63a4ff4563c4bbd232c265a288e9890e4015bd93;p=xonotic%2Fdarkplaces.git 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();