]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qh
Purge server/defs.qh
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qh
index 99f0acb3ee6b5b1ec5bbcf3356455e6f2010df2a..55068ab462cc804e05017141e98a0eff606d3833 100644 (file)
@@ -58,3 +58,6 @@ void ReadyCount();
 void ReadyRestart_force();
 void VoteCount(float first_count);
 void Nagger_Init();
+
+IntrusiveList g_saved_team;
+STATIC_INIT(g_saved_team) { g_saved_team = IL_NEW(); }