]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_quake3.qc
#includes: cleanup server
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_quake3.qc
index c8f595761d0b6e03ad911b66cb6f1c7080f1b82a..94663fc36534a93502fc0f6816a2d13da945417d 100644 (file)
@@ -1,4 +1,3 @@
-#include "_all.qh"
 
 #include "../common/weapons/all.qh"
 #include "../common/buffs/all.qh"
@@ -65,6 +64,9 @@ spawnfunc(item_armor_combat)   { spawnfunc_item_armor_big(this);      }
 spawnfunc(item_armor_shard)    { spawnfunc_item_armor_small(this);    }
 spawnfunc(item_enviro)         { spawnfunc_item_invincible(this);     }
 
+.float wait;
+.float delay;
+
 // weapon remove ent from df
 void target_init_verify()
 {