]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
show all weapons again in hud conf mode in divVerent's implementation
authorFruitieX <rasse@rasse-lappy.localdomain>
Tue, 11 May 2010 20:14:30 +0000 (23:14 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Tue, 11 May 2010 20:14:30 +0000 (23:14 +0300)
qcsrc/client/hud.qc

index 8b8b98600ede955f0fdb5e6d2a86932be33fb3b6..bb9e985210f4ae47be340b56fa0026954ab5e6c6 100644 (file)
@@ -1036,7 +1036,7 @@ void HUD_WeaponIcons()
        for(i = WEP_FIRST; i <= WEP_LAST; ++i)
        {
                self = get_weaponinfo(i);
-               if(self.weapons && (self.impulse >= 0) && (stat_weapons & self.weapons))
+               if(self.weapons && (self.impulse >= 0) && (stat_weapons & self.weapons) || cvar("_hud_configure"))
                {
                        weaponorder[weapon_cnt] = self;
                        ++weapon_cnt;