]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qh
Weapons: remove redundancies
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
index e84afe9402a5acc34a2a8d696d2f9b0a421ef480..929564c3ef8504efa2f77a5b1916da72109a4829 100644 (file)
@@ -305,7 +305,6 @@ STATIC_INIT(register_weapons_done)
         WepSet set = it.m_wepset;
         WEPSET_ALL |= set;
         if ((it.spawnflags) & WEP_FLAG_SUPERWEAPON) WEPSET_SUPERWEAPONS |= set;
-        it.weapon = it.m_id;
         it.weapons = set;
         if (it == WEP_Null) continue;
         int imp = WEP_IMPULSE_BEGIN + it.m_id - 1;