From: FruitieX Date: Fri, 8 Oct 2010 16:14:03 +0000 (+0300) Subject: precache the crosshair_ring to prevent a slight stutter when switching to the nex... X-Git-Tag: xonotic-v0.1.0preview~307^2~25^2~1^2~2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=15c585835ba591db6b760f35c9a8ea74eaef6a1e;p=xonotic%2Fxonotic-data.pk3dir.git precache the crosshair_ring to prevent a slight stutter when switching to the nex/rifle for the first time --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 6fc94ca43..59b49d966 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -698,6 +698,7 @@ void CSQC_UpdateView(float w, float h) CSQC_common_hud(); + precache_pic("gfx/nex_ring.tga"); // ring around crosshair representing velocity-dependent damage for the nex if (activeweapon == WEP_NEX) {