From 8d398b94664637c49eaba936784e14d88199e05e Mon Sep 17 00:00:00 2001
From: Mircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Date: Wed, 2 Mar 2011 17:46:01 +0200
Subject: [PATCH] Disable the blur and sharpen effects by default. They qualify
 as fancier rendering effects IMO, and as long as they're in the menu, they're
 best off I think.

---
 defaultXonotic.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg
index 13ce7ce945..293c464c60 100644
--- a/defaultXonotic.cfg
+++ b/defaultXonotic.cfg
@@ -1448,10 +1448,10 @@ seta hud_damage_pain_threshold_lower_health 50 "at which health we start lowerin
 seta hud_damage_pain_threshold_pulsating_min 0.6 "minimum value when calculating the pulse: max(pulsating_min, fabs(sin(PI * time / period))"
 seta hud_damage_pain_threshold_pulsating_period 0.8 "one pulse every X seconds"
 
-seta hud_powerup 0.5 "power of the sharpen effect when owning the shield or strength powerups"
+seta hud_powerup 0 "power of the sharpen effect when owning the shield or strength powerups"
 
 seta hud_postprocessing 1 "enables the ability for effects such as hud_damage_blur and hud_contents to apply a postprocessing method upon the screen - enabling this disables manual editing of the postprocess cvars"
-seta hud_postprocessing_maxbluralpha 0.5 "maximum alpha which the blur postprocess can be"
+seta hud_postprocessing_maxbluralpha 0 "maximum alpha which the blur postprocess can be"
 seta hud_postprocessing_maxblurradius 8 "maximum radius which the blur postprocess can be"
 
 seta hud_contents 1 "an improved version of gl_polyblend for liquids such as water/lava/slime, draw a filler when inside the liquid"
-- 
2.39.5