From: Rudolf Polzer Date: Sat, 1 Oct 2011 11:01:15 +0000 (+0200) Subject: reset tuba instrument on WR_SETUP X-Git-Tag: xonotic-v0.6.0~40^2~103 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=75986c16337fe7316c9cc93944c75e236b7ead2f;p=xonotic%2Fxonotic-data.pk3dir.git reset tuba instrument on WR_SETUP --- diff --git a/qcsrc/server/w_tuba.qc b/qcsrc/server/w_tuba.qc index 79f12f55f..987e7b41e 100644 --- a/qcsrc/server/w_tuba.qc +++ b/qcsrc/server/w_tuba.qc @@ -236,6 +236,7 @@ float w_tuba(float req) { weapon_setup(WEP_TUBA); self.current_ammo = ammo_none; + self.tuba_instrument = 0; } else if (req == WR_RELOAD) {