]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/constants.qh
Remove the g_ prefix from some server code files and rename sv_main to main
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / constants.qh
index 62a15f680c1cb8117c68385a5f6e4119a50c16d3..354151c77f20baa5361f65eadf9083e4dabdad4a 100644 (file)
@@ -1,13 +1,5 @@
 #pragma once
 
-const int FL_WEAPON = BIT(13);
-const int FL_POWERUP = BIT(14);
-const int FL_PROJECTILE = BIT(15);
-const int FL_TOSSED = BIT(16);
-const int FL_NO_WEAPON_STAY = BIT(17);
-const int FL_SPAWNING = BIT(18);
-const int FL_PICKUPITEMS = BIT(19);
-
 const int SVC_SETVIEW = 5;
 
 const int RESPAWN_FORCE = BIT(0);