]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Intrusify spawnpoints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 374e65e1edeb9f7af23e7953638e4aad3f0ac977..5680840456fb8e333c1087442a384ec4b38df1b9 100644 (file)
@@ -460,3 +460,6 @@ STATIC_INIT(g_assault_destructibles) { g_assault_destructibles = IL_NEW(); }
 
 IntrusiveList g_assault_objectivedecreasers;
 STATIC_INIT(g_assault_objectivedecreasers) { g_assault_objectivedecreasers = IL_NEW(); }
+
+IntrusiveList g_spawnpoints;
+STATIC_INIT(g_spawnpoints) { g_spawnpoints = IL_NEW(); }