From a503baa89d83820d87badd9a12a2de6c2dac8b43 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Thu, 24 Jun 2010 20:52:16 +0300 Subject: [PATCH] Another tiny alignment I missed --- qcsrc/client/View.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index d2268ed58..ed1f303e2 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -565,10 +565,10 @@ void CSQC_UpdateView(float w, float h) if(cvar("cl_reticle_stretch")) { - reticle_pos_x = 0; - reticle_pos_y = 0; reticle_size_x = vid_conwidth; reticle_size_y = vid_conheight; + reticle_pos_x = 0; + reticle_pos_y = 0; } else { -- 2.39.2