]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/csqcmodel_hooks.qh
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / csqcmodel_hooks.qh
index 56a3fb4a549097a12295e15ce5c409b7b7e12cfe..735b591314486b5af38697a9d2fc7b844841197d 100644 (file)
@@ -10,14 +10,14 @@ const int EF_DYNAMICMODELLIGHT = BIT(17);
 const int EF_RESTARTANIM_BIT   = BIT(20);
 const int EF_TELEPORT_BIT      = BIT(21);
 
-const int MF_ROCKET  =  BIT(0);  // leave a trail
-const int MF_GRENADE =  BIT(1);  // leave a trail
-const int MF_GIB     =  BIT(2);  // leave a trail
-const int MF_ROTATE  =  BIT(3);  // rotate (bonus items)
-const int MF_TRACER  =  BIT(4);  // green split trail
-const int MF_ZOMGIB  =  BIT(5);  // small blood trail
-const int MF_TRACER2 =  BIT(6);  // orange split trail
-const int MF_TRACER3 =  BIT(7);  // purple trail
+const int MF_ROCKET  =  BIT(0); // leave a trail
+const int MF_GRENADE =  BIT(1); // leave a trail
+const int MF_GIB     =  BIT(2); // leave a trail
+const int MF_ROTATE  =  BIT(3); // rotate (bonus items)
+const int MF_TRACER  =  BIT(4); // green split trail
+const int MF_ZOMGIB  =  BIT(5); // small blood trail
+const int MF_TRACER2 =  BIT(6); // orange split trail
+const int MF_TRACER3 =  BIT(7); // purple trail
 
 .int csqcmodel_effects;
 .int csqcmodel_modelflags;