From: Mircea Kitsune Date: Thu, 24 Jun 2010 17:52:16 +0000 (+0300) Subject: Another tiny alignment I missed X-Git-Tag: xonotic-v0.1.0preview~501^2~1^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a503baa89d83820d87badd9a12a2de6c2dac8b43;p=xonotic%2Fxonotic-data.pk3dir.git Another tiny alignment I missed --- 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 {