From: LegendaryGuard Date: Tue, 27 Dec 2022 19:06:00 +0000 (+0100) Subject: Fix Vortex crosshair loading error X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f9b2a83614214bae7a1f309a751f9de7230ad7a9;p=xonotic%2Fxonotic-data.pk3dir.git Fix Vortex crosshair loading error --- diff --git a/qcsrc/client/hud/crosshair.qc b/qcsrc/client/hud/crosshair.qc index 229a60240..ace9bcd2f 100644 --- a/qcsrc/client/hud/crosshair.qc +++ b/qcsrc/client/hud/crosshair.qc @@ -538,7 +538,7 @@ void HUD_Crosshair(entity this) ring_value = charge; ring_alpha = autocvar_crosshair_ring_vortex_alpha; ring_rgb = wcross_color; - ring_image = "gfx/crosshair_ring_nexgun"; + ring_image = "gfx/crosshair_ring_vortex"; } else if (autocvar_crosshair_ring && wepent.activeweapon == WEP_MINE_LAYER && WEP_CVAR(minelayer, limit) && autocvar_crosshair_ring_minelayer) {