From: Mario Date: Fri, 14 Nov 2014 09:44:27 +0000 (+1100) Subject: Fix bumblebee gunner HUD X-Git-Tag: xonotic-v0.8.2~2059^2~19^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ec35a80aca17ab1b089de598d9d5b864e5eb60cf;p=xonotic%2Fxonotic-data.pk3dir.git Fix bumblebee gunner HUD --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 9dd9446605..751927e655 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -1638,6 +1638,9 @@ void CSQC_UpdateView(float w, float h) HUD_Panel_Mouse(); if(hud && !intermission) + if(hud == HUD_BUMBLEBEE_GUN) + CSQC_BUMBLE_GUN_HUD(); + else VEH_ACTION(hud, VR_HUD); cl_notice_run();