X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qh;h=d311196e822983df21e3e3f56dbf81e38fe25df4;hp=5bc9ee898927bf86b7f9202c7e8887aa1f0751fe;hb=c07a907b93f175325805959e59b844d1c37b80f4;hpb=8bd68838f6d478c8aa6a4aef95499ffc404c2e7d diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 5bc9ee8989..d311196e82 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -77,6 +77,9 @@ REGISTER_GAMETYPE(_("Freeze Tag"),ft,g_freezetag,FREEZETAG,TRUE,"timelimit=20 po REGISTER_GAMETYPE(_("Keepaway"),ka,g_keepaway,KEEPAWAY,FALSE,"timelimit=20 pointlimit=30"); #define g_keepaway IS_GAMETYPE(KEEPAWAY) +REGISTER_GAMETYPE(_("Invasion"),inv,g_invasion,INVASION,"pointlimit=5"); +#define g_invasion IS_GAMETYPE(INVASION) + const float MAPINFO_FEATURE_WEAPONS = 1; // not defined for minstagib-only maps const float MAPINFO_FEATURE_VEHICLES = 2; const float MAPINFO_FEATURE_TURRETS = 4;