]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/tturrets/include/turrets_early.qh
Move turrets death and gib to client (now zero network use for those events)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / tturrets / include / turrets_early.qh
index 62e28dc78ced46a140fb8c078f24b275c25e3acf..45a487c167eaa6449267fa6c8e61093306314a51 100644 (file)
@@ -1,6 +1,5 @@
 // Comment out below to skip turrets
 #define TTURRETS_ENABLED
-//#define TTURRETS_CSQC
 
 #ifdef TTURRETS_ENABLED
 #ifdef SVQC
@@ -475,6 +474,9 @@ float TNSF_STATUS       = 4;
 float TNSF_SETUP        = 8;
 float TNSF_ANG          = 16;
 float TNSF_AVEL         = 32;
+float TNSF_DIE          = 64;
+float TNSF_FIRE         = 128;
+
 float TNSF_FULL_UPDATE  = 16777215;
 
 #endif // TTURRETS_ENABLED