]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
don't imply deglob logging/clearing is disabled at compile time by default
authorMartin Taibr <taibr.martin@gmail.com>
Tue, 14 Jan 2020 11:20:52 +0000 (12:20 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Tue, 14 Jan 2020 11:20:52 +0000 (12:20 +0100)
xonotic-common.cfg

index ceb948821d8f98556d44e670f6bdbec00b9cd22d..c77087d68ffb6541da2e390d04f521aa6d129b52 100644 (file)
@@ -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