projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b67e4
)
remove unnecessary Con_Printf
author
vortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 31 Oct 2010 03:11:58 +0000
(
03:11
+0000)
committer
vortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 31 Oct 2010 03:11:58 +0000
(
03:11
+0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10575
d7cf8633
-e32d-0410-b094-
e92efae38249
cl_video.c
patch
|
blob
|
history
diff --git
a/cl_video.c
b/cl_video.c
index 524ad0ee989d31d9778218345fd0e7e127851152..e779d76cfb718dcf94a242c94fa37d7dd658bb3b 100644
(file)
--- a/
cl_video.c
+++ b/
cl_video.c
@@
-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;