X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fitem.qh;fp=qcsrc%2Fcommon%2Fitems%2Fitem.qh;h=4beeda8498a52a4056f5ba101d8797b25c021acc;hb=b11ef2d3306ddecba0f55576922dd27801e10e03;hp=038566784725b962e5403755f2e3cae674a13323;hpb=105af41cc4fd08115b80ba1c5f8f5f2e8139f886;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/items/item.qh b/qcsrc/common/items/item.qh index 038566784..4beeda849 100644 --- a/qcsrc/common/items/item.qh +++ b/qcsrc/common/items/item.qh @@ -38,6 +38,7 @@ 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_REMOVEFX = BIT(0); // technically unnecessary (after the kludge in Item_Think() is reverted), but cheaper and cleaner than using ITS_AVAILABLE const int ISF_LOCATION = BIT(1); const int ISF_MODEL = BIT(2); const int ISF_STATUS = BIT(3);