]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/t_items.qh
Make simple items bob
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / t_items.qh
index 5ecbe548824bef246be9e2ccf45b5b95882df09d..455952dd63801dccc17d5548c4282b2398629254 100644 (file)
@@ -44,7 +44,6 @@ string autocvar_cl_simpleitems_postfix = "_simple";
 .vector colormod;
 
 void ItemDraw(entity this);
-void ItemDrawSimple(entity this);
 
 #endif
 #ifdef SVQC
@@ -62,6 +61,8 @@ const float ITEM_RESPAWN_TICKS = 10;
 .float max_armorvalue;
 .float pickup_anyway;
 
+.float item_respawncounter;
+
 void Item_Show (entity e, float mode);
 
 void Item_Respawn (entity this);