X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=89582bb7a009f81e4e183604ebdd103894c610b8;hb=2460568b64231a7f1513adc22cf55bb4e934e06d;hp=d9f614357ce4a6b2bc240247965c36f353c3b413;hpb=2e6170f68128fcb440c35065ceef95d62a9735c2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index d9f614357..89582bb7a 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -270,7 +270,6 @@ void W_Porto_Remove (entity p); .float bulletcounter; // Nexball -.entity ballcarried; // Also used for keepaway float g_nexball_meter_period; void SUB_DontUseTargets(entity this, entity actor, entity trigger); @@ -377,6 +376,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));