]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qh
Weapons: cache WepSet
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qh
index 125fca4db6bfc60322d741f1bdbc2cc4a8a6f5cc..718944952c291571dea3257a0114ab84d43463c9 100644 (file)
@@ -45,8 +45,6 @@ string autocvar_cl_simpleitems_postfix = "_simple";
 void ItemDraw(entity this);
 void ItemDrawSimple(entity this);
 
-void ItemRead(float _IsNew);
-
 #endif
 #ifdef SVQC
 spawnfunc(item_strength);
@@ -117,12 +115,6 @@ void _StartItem(entity this, entity def, float defaultrespawntime, float default
 
 void target_items_use ();
 
-const float OP_SET = 0;
-const float OP_MIN = 1;
-const float OP_MAX = 2;
-const float OP_PLUS = 3;
-const float OP_MINUS = 4;
-
 float GiveWeapon(entity e, float wpn, float op, float val);
 
 float GiveBit(entity e, .float fld, float bit, float op, float val);