]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/weapons/projectile.qh
Make projectiles and items interact with jumppads in CSQC
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / weapons / projectile.qh
index 699f48938e9f10f2402c52b06ea575ba6db5875a..a925f34c68732b715b9647e0319f1c489a259f33 100644 (file)
@@ -29,4 +29,6 @@ void loopsound(entity e, int ch, string samp, float vol, float attn);
 
 void Ent_RemoveProjectile();
 
+const int FL_PROJECTILE = BIT(15);
+
 #endif