]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix a superweapons offset bug
authorRudolf Polzer <divverent@xonotic.org>
Tue, 18 Dec 2012 13:31:41 +0000 (14:31 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 18 Dec 2012 13:31:41 +0000 (14:31 +0100)
qcsrc/client/hud.qc

index d1ec48f6c7ac55b7c350b82c21e8017f031b1dfa..1f0288a79dd2c32ae4aaba818b7eee60d2fd3bbc 100644 (file)
@@ -1227,7 +1227,6 @@ void HUD_Powerups(void)
 
        if(superweapons_is == 0)
        {
-               superweapons_offset = '0 0 0';
                superweapons_iconalign = strength_iconalign;
                superweapons_baralign = 2;
        }