From: Martin Taibr Date: Tue, 14 Jan 2020 11:20:52 +0000 (+0100) Subject: don't imply deglob logging/clearing is disabled at compile time by default X-Git-Tag: xonotic-v0.8.5~1100^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=53d447e311aa7e85ebf19055a8cb490ebcef5503;p=xonotic%2Fxonotic-data.pk3dir.git don't imply deglob logging/clearing is disabled at compile time by default --- diff --git a/xonotic-common.cfg b/xonotic-common.cfg index ceb948821..c77087d68 100644 --- a/xonotic-common.cfg +++ b/xonotic-common.cfg @@ -144,8 +144,8 @@ seta snd_channel9volume 1 "QuakeC controlled ambient sound volume" snd_identicalsoundrandomization_time -0.1 snd_identicalsoundrandomization_tics 1 -set debug_deglobalization_logging 0 "bitfield: 1 logs usage of the old functions which use globals implicitly, 2 logs usage of the new wrappers; support for this must be enabled at compile time" -set debug_deglobalization_clear 0 "make the new wrappers set globals to NaN after use, this helps find bugs but can result in crashes; support for this must be enabled at compile time" +set debug_deglobalization_logging 0 "bitfield: 1 logs usage of the old functions which use globals implicitly, 2 logs usage of the new wrappers; support for this can be disabled at compile time for better performance" +set debug_deglobalization_clear 0 "make the new wrappers set globals to NaN after use, this helps find bugs but can result in crashes; support for this can be disabled at compile time for better performance" // load console command aliases and settings exec commands.cfg