]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove unnecessary Con_Printf
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 31 Oct 2010 03:11:58 +0000 (03:11 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 1 Nov 2010 20:32:46 +0000 (21:32 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10575 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=409f1e598f852332f7cefc554c18c511af0388ed

cl_video.c

index e234700c68c13b8cfa90f8dd6ffa91081bf905fe..84fda1184648a204df9d45ae4d9a50e13249d3b3 100644 (file)
@@ -448,7 +448,6 @@ void CL_DrawVideo(void)
        if (cl_video_keepaspectratio.integer)
        {
                float a = ((float)video->cpif.width / (float)video->cpif.height) / ((float)vid.width / (float)vid.height);
-               Con_Printf("%f\n", a);
                if (a < 1.0) // scale horizontally
                {
                        px += sx * (1 - a) * 0.5;