]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item.qh
Revert "Use correct pickup item bboxes on clients"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item.qh
index 364baeebcac65f4d77c74bd768d225421a19fcf0..a4fea71ad8ec73842ebbe946d377a8b88a4e2a61 100644 (file)
@@ -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);