X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fitem.qh;h=a4fea71ad8ec73842ebbe946d377a8b88a4e2a61;hb=eb4441ee974bb1317708cdd816425e07889c3ac2;hp=364baeebcac65f4d77c74bd768d225421a19fcf0;hpb=33885ba02998d463c0c4f7e5ea26a7489980cc35;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/items/item.qh b/qcsrc/common/items/item.qh index 364baeebc..a4fea71ad 100644 --- a/qcsrc/common/items/item.qh +++ b/qcsrc/common/items/item.qh @@ -38,7 +38,6 @@ const int IT_SPEED = BIT(13); const int IT_PICKUPMASK = IT_UNLIMITED_AMMO | IT_UNLIMITED_SUPERWEAPONS | IT_JETPACK | IT_FUEL_REGEN; // strength and invincible are handled separately // item networking -const int ISF_SIZE2 = BIT(0); const int ISF_LOCATION = BIT(1); const int ISF_MODEL = BIT(2); const int ISF_STATUS = BIT(3);