X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Fclanarena%2Fsv_clanarena.qh;h=f1fc645094c7c7de36b29a9d9e21a92c08a69d0b;hb=91bd86fc694af8c3555cc465d4d75250a8528b5e;hp=c4755feee9a32e9560a27321698fb0fdf0e6a99d;hpb=5b47b78775c2559fc9b4f0f643a2625c48c410d4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qh b/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qh index c4755feee..f1fc64509 100644 --- a/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qh +++ b/qcsrc/common/gamemodes/gamemode/clanarena/sv_clanarena.qh @@ -3,6 +3,7 @@ #include #include #include +#include int autocvar_g_ca_point_limit; int autocvar_g_ca_point_leadlimit; @@ -11,6 +12,7 @@ bool autocvar_g_ca_team_spawns; //int autocvar_g_ca_teams; int autocvar_g_ca_teams_override; float autocvar_g_ca_warmup; +string autocvar_g_ca_weaponarena; int ca_teams;