From 9954bbf8e7d1bea2ac1d8f8cdc279b7baa05d3e8 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 18 Jan 2015 21:02:45 +1100 Subject: [PATCH] Fix hit indication with arc and cl_hitsound 2-3 --- qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 220e44260..8a725774e 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -1702,8 +1702,8 @@ void CSQC_UpdateView(float w, float h) scoreboard_active = HUD_WouldDrawScoreboard(); UpdateDamage(); - UpdateHitsound(); UpdateCrosshair(); + UpdateHitsound(); if(NextFrameCommand) { -- 2.39.2