From ab34f40f91874e8ba8d0f61619611032d565b69d Mon Sep 17 00:00:00 2001 From: div0 Date: Thu, 23 Jul 2009 08:23:15 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.icculus.org/nexuiz/trunk@7254 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index 769f7a748..59e686f56 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -564,7 +564,7 @@ void CSQC_UpdateView(float w, float h) // TrueAim check float shottype; float bullets, ring_scale; - wcrosss_origin = '0.5 0 0' * vid_conwidth + '0 0.5 0' * vid_conheight; + wcross_origin = '0.5 0 0' * vid_conwidth + '0 0.5 0' * vid_conheight; if(cvar("crosshair_hittest")) shottype = TrueAimCheck(); else -- 2.39.2