From 9a7ffeab1beac668f07fa806138becff47b7f920 Mon Sep 17 00:00:00 2001 From: div0 Date: Thu, 24 Sep 2009 13:18:43 +0000 Subject: [PATCH] r7877 | div0 | 2009-09-23 06:21:50 -0400 (Wed, 23 Sep 2009) | 2 lines unbreak v_flipped again git-svn-id: svn://svn.icculus.org/nexuiz/branches/nexuiz-2.0@7893 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- .patchsets | 2 +- data/qcsrc/client/waypointsprites.qc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.patchsets b/.patchsets index 0c2e0a247..aba4737a9 100644 --- a/.patchsets +++ b/.patchsets @@ -1,2 +1,2 @@ master = svn://svn.icculus.org/nexuiz/trunk -revisions_applied = 1-7563,7565-7586,7589-7589,7592-7592,7595-7595,7597-7597,7599-7602,7605-7610,7612-7615,7619-7620,7623-7623,7626-7628,7630-7630,7644-7651,7656-7656,7658-7660,7663-7665,7670-7670,7672-7676,7678-7680,7686-7687,7689-7698,7701-7701,7703-7714,7717-7723,7731-7731,7735-7741,7744-7745,7752-7754,7756-7758,7761-7764,7771-7773,7775-7775,7778-7778,7781-7788,7795-7816,7818-7834,7836-7838,7840-7849,7851-7864,7871-7871 +revisions_applied = 1-7563,7565-7586,7589-7589,7592-7592,7595-7595,7597-7597,7599-7602,7605-7610,7612-7615,7619-7620,7623-7623,7626-7628,7630-7630,7644-7651,7656-7656,7658-7660,7663-7665,7670-7670,7672-7676,7678-7680,7686-7687,7689-7698,7701-7701,7703-7714,7717-7723,7731-7731,7735-7741,7744-7745,7752-7754,7756-7758,7761-7764,7771-7773,7775-7775,7778-7778,7781-7788,7795-7816,7818-7834,7836-7838,7840-7849,7851-7864,7871-7871,7877-7877 diff --git a/data/qcsrc/client/waypointsprites.qc b/data/qcsrc/client/waypointsprites.qc index 7c788d303..6e1bb79fa 100644 --- a/data/qcsrc/client/waypointsprites.qc +++ b/data/qcsrc/client/waypointsprites.qc @@ -190,8 +190,10 @@ void Draw_WaypointSprite() d = o - '0.5 0 0' * vid_conwidth - '0 0.5 0' * vid_conheight; + /* if(cvar("v_flipped")) d_x = -d_x; + */ f1 = d_x / vid_conwidth; f2 = d_y / vid_conheight; -- 2.39.2