From cf1de8607e341aed145d25ba80028432b353a392 Mon Sep 17 00:00:00 2001 From: div0 Date: Tue, 24 Feb 2009 21:38:27 +0000 Subject: [PATCH] r5961 | div0 | 2009-02-24 21:54:01 +0100 (Tue, 24 Feb 2009) | 2 lines remove a slipped-in debug print git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@5962 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- .patchsets | 2 +- data/qcsrc/client/teamradar.qc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.patchsets b/.patchsets index 35337b99f..80358da78 100644 --- a/.patchsets +++ b/.patchsets @@ -1,2 +1,2 @@ master = svn://svn.icculus.org/nexuiz/trunk -revisions_applied = 1-5949,5952-5959 +revisions_applied = 1-5949,5952-5961 diff --git a/data/qcsrc/client/teamradar.qc b/data/qcsrc/client/teamradar.qc index c5fb74265..8ecf67d4a 100644 --- a/data/qcsrc/client/teamradar.qc +++ b/data/qcsrc/client/teamradar.qc @@ -79,7 +79,6 @@ void draw_teamradar_background(float bg, float fg) fgc = '1 1 1'; R_BeginPolygon(minimapname, DRAWFLAG_ADDITIVE); } - print(vtos(fgc), "\n"); if(v_flipped) { R_PolygonVertex(teamradar_texcoord_to_2dcoord(mi_pictexcoord3), yinvert(mi_pictexcoord3), fgc, fga); -- 2.39.2