From: MirceaKitsune Date: Sat, 26 Feb 2011 13:51:20 +0000 (+0200) Subject: Correct check on the cutsound cvars X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=865f95e7aaa139b1396d0d65c306c3fb7f52ace5 Correct check on the cutsound cvars --- diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index 98c97ab7..37926193 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -687,7 +687,7 @@ void CSQC_UpdateView(float w, float h) cvar_set("r_glsl_postprocess_uservec2_enable", "0"); } - if(cvar("cl_vore_cutvolume_sound") || cvar("cl_vore_cutvolume_music")) + if(cvar("cl_vore_cutvolume_sound") < 1 || cvar("cl_vore_cutvolume_music") < 1) { if(!volume_modify_default_set) {