From: Rudolf Polzer Date: Fri, 11 Oct 2013 14:48:35 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/mrbougo/quickfix-mapinfo_gen_typo', fixes #1756 X-Git-Tag: xonotic-v0.8.0~296 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=e2ddf7d153328e3f2398d62d07c9e72badd89374;hp=fe8fef8c3dae143681a94e904203eec6bb8d42cb;p=xonotic%2Fxonotic-data.pk3dir.git Merge remote-tracking branch 'origin/mrbougo/quickfix-mapinfo_gen_typo', fixes #1756 * origin/mrbougo/quickfix-mapinfo_gen_typo: fix typo in mapinfo generation --- diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index 7949b4c22..aa906d684 100644 --- a/qcsrc/common/mapinfo.qc +++ b/qcsrc/common/mapinfo.qc @@ -913,7 +913,7 @@ float MapInfo_Get_ByName_NoFallbacks(string pFilename, float pAllowGenerate, flo else fputs(fh, "// uncomment this if you added turrets: has turrets\n"); if(MapInfo_Map_supportedFeatures & MAPINFO_FEATURE_VEHICLES) - fputs(fh, "has weapons\n"); + fputs(fh, "has vehicles\n"); else fputs(fh, "// uncomment this if you added vehicles: has vehicles\n"); if(MapInfo_Map_flags & MAPINFO_FLAG_FRUSTRATING)