From 53d447e311aa7e85ebf19055a8cb490ebcef5503 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Tue, 14 Jan 2020 12:20:52 +0100 Subject: [PATCH] don't imply deglob logging/clearing is disabled at compile time by default --- xonotic-common.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonotic-common.cfg b/xonotic-common.cfg index ceb948821d..c77087d68f 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 -- 2.39.2