X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=73e93edca4ada42b51b0917b32886a5be31e68ab;hb=d6bf8f685fd35f882e456bdbadc37617ac6bd53a;hp=a92e5a9ab9f00a3ff1a69a78833ec457c070c8f9;hpb=873f6c72c7264b74c01700fe537001dd509d99f2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index a92e5a9ab..73e93edca 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -377,6 +377,8 @@ const float ACTIVE_TOGGLE = 3; .float stat_respawn_time = _STAT(RESPAWN_TIME); // shows respawn time, and is negative when awaiting respawn +.int killindicator_teamchange; + void PlayerUseKey(entity this); USING(spawn_evalfunc_t, vector(entity this, entity player, entity spot, vector current));