From: Rudolf Polzer Date: Tue, 18 Dec 2012 13:31:41 +0000 (+0100) Subject: fix a superweapons offset bug X-Git-Tag: xonotic-v0.7.0~171 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=016623542086221bc055cf842bbcbeb50f1ba88f;p=xonotic%2Fxonotic-data.pk3dir.git fix a superweapons offset bug --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index d1ec48f6c..1f0288a79 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -1227,7 +1227,6 @@ void HUD_Powerups(void) if(superweapons_is == 0) { - superweapons_offset = '0 0 0'; superweapons_iconalign = strength_iconalign; superweapons_baralign = 2; }