From: Thomas Debesse Date: Mon, 22 Feb 2021 21:58:55 +0000 (+0100) Subject: q3map2: slowallocate is the default behaviour X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c383535b6fdaf2eb3096bedb41aff3222e1b81e2;p=xonotic%2Fnetradiant.git q3map2: slowallocate is the default behaviour --- diff --git a/tools/quake3/q3map2/help.c b/tools/quake3/q3map2/help.c index 0558c0a0..53cccff9 100644 --- a/tools/quake3/q3map2/help.c +++ b/tools/quake3/q3map2/help.c @@ -195,8 +195,8 @@ void HelpLight() {"-extravisnudge", "Broken feature to nudge the luxel origin to a better vis cluster"}, {"-extrawide", "Deprecated alias for `-super 2 -filter`"}, {"-extra", "Deprecated alias for `-super 2`"}, -// {"-fastallocate", "Use `-fastallocate` to trade lightmap size against allocation time (useful with hi res lightmaps on large maps: reduce allocation time from days to minutes for only some extra bytes)"}, - {"-slowallocate", "Use old (a bit more careful, but much slower) lightmaps packing algorithm"}, + {"-fastallocate", "Use `-fastallocate` to trade lightmap size against allocation time (useful with hi res lightmaps on large maps: reduce allocation time from days to minutes for only some extra bytes)"}, + {"-slowallocate", "Use old (a bit more careful, but much slower) lightmaps packing algorithm (default)"}, {"-fastbounce", "Use `-fast` style lighting for radiosity"}, {"-faster", "Use a faster falloff curve for lighting; also implies `-fast`"}, {"-fastgrid", "Use `-fast` style lighting for the light grid"},