From: Mario Date: Sun, 18 Jan 2015 10:02:45 +0000 (+1100) Subject: Fix hit indication with arc and cl_hitsound 2-3 X-Git-Tag: xonotic-v0.8.1~158 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9954bbf8e7d1bea2ac1d8f8cdc279b7baa05d3e8;p=xonotic%2Fxonotic-data.pk3dir.git Fix hit indication with arc and cl_hitsound 2-3 --- 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) {