]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Another tiny alignment I missed
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 24 Jun 2010 17:52:16 +0000 (20:52 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 24 Jun 2010 17:52:16 +0000 (20:52 +0300)
qcsrc/client/View.qc

index d2268ed58a32bb6e4d329f432ba28c84a52c33c7..ed1f303e2fafe11c4830f5ccc787b768fbabeb81 100644 (file)
@@ -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
        {