From: Samual Lenks Date: Mon, 13 Jan 2014 17:48:10 +0000 (-0500) Subject: Fix compile X-Git-Tag: xonotic-v0.8.0~139^2~1^2~40 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4c7df4f4b7b2bd1ab767038755f7a1aa24b91c7e;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index d311196e8..4efc85ca7 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -77,7 +77,7 @@ 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"); +REGISTER_GAMETYPE(_("Invasion"),inv,g_invasion,INVASION,FALSE,"pointlimit=5"); #define g_invasion IS_GAMETYPE(INVASION) const float MAPINFO_FEATURE_WEAPONS = 1; // not defined for minstagib-only maps