]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/keepaway/sv_keepaway.qh
Merge branch 'master' into terencehill/ft_autorevive_progress
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / keepaway / sv_keepaway.qh
index 3c14c89af180942f3d506d10471050521912c496..32387a336a361b6b4853bf15c7b0a234e6bf635d 100644 (file)
@@ -20,10 +20,13 @@ REGISTER_MUTATOR(ka, false)
        return false;
 }
 
+const int KA_BALL_COUNT = 1;
 
-entity ka_ball;
 entity ka_Handler;
 
+IntrusiveList g_kaballs;
+STATIC_INIT(g_kaballs) { g_kaballs = IL_NEW(); }
+
 void(entity this) havocbot_role_ka_carrier;
 void(entity this) havocbot_role_ka_collector;