X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_invasion.qh;h=191aef9ad2e734a2fd8dc9cf219361c767df96c4;hb=2671dcbe85ad0122d0ab0fe63c73443ab5ccf6d1;hp=3438f472413b73901bce8028124a07f62a399515;hpb=ed1fe44d740ada0563b17cd3c2ddb06364c1877e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_invasion.qh b/qcsrc/server/mutators/gamemode_invasion.qh index 3438f4724..191aef9ad 100644 --- a/qcsrc/server/mutators/gamemode_invasion.qh +++ b/qcsrc/server/mutators/gamemode_invasion.qh @@ -1,3 +1,6 @@ +#ifndef GAMEMODE_INVASION_H +#define GAMEMODE_INVASION_H + float inv_numspawned; float inv_maxspawned; float inv_roundcnt; @@ -6,4 +9,10 @@ float inv_numkilled; float inv_lastcheck; float inv_maxcurrent; +float invasion_teams; +float inv_monsters_perteam[17]; + float inv_monsterskill; + +const float ST_INV_KILLS = 1; +#endif