]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Move killindicator_teamchange out of clientstate (potentially called before clientsta...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 4c3b1d221ea4ae73be7f0ff7cc7b7ed5d7b9000f..89582bb7a009f81e4e183604ebdd103894c610b8 100644 (file)
@@ -376,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));