X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=97fbfb53cec7dfdb0a9c4462a7f521db0eb4aee2;hb=27089876c134e7ce9b93655efa313f380705db86;hp=8b79374267a895576fd412d3e045700969e563d7;hpb=f70b616e0e724ebcb053d4d36918d4b6d1caf0b5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 8b7937426..97fbfb53c 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -410,7 +410,7 @@ float TemporaryDB; float some_spawn_has_been_used; float have_team_spawns; // 0 = no team spawns requested, -1 = team spawns requested but none found, 1 = team spawns requested and found -float have_noteam_spawns; // 0 = no no-team spawns, 1 = no-team spawns exist +float have_team_spawns_forteam[17]; // 0 = this team has no spawns, 1 = this team has spawns; team 0 is the "no-team" // set when showing a kill countdown .entity killindicator;