From: MirceaKitsune Date: Sat, 26 Feb 2011 18:03:30 +0000 (+0200) Subject: Add some code comments X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8630118153d841a2a3124971c66cff0d212b33d0;p=voretournament%2Fvoretournament.git Add some code comments --- diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index b8f070a7..f68adaaf 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -459,6 +459,7 @@ void CSQC_UpdateView(float w, float h) // next R_RenderScene call drawstring('0 0 0', "", '1 1 0', '1 1 1', 0, 0); + // screen effects if(cvar("hud_contents")) { float contentalpha_temp, incontent, liquidalpha, contentfadetime; @@ -697,6 +698,7 @@ void CSQC_UpdateView(float w, float h) cvar_set("r_glsl_postprocess_uservec2_enable", "0"); } + // volume cutting if(cvar("cl_vore_cutvolume_sound") < 1 || cvar("cl_vore_cutvolume_music") < 1) { float volume_modify_1_target, volume_modify_2_target, volume_modify_fade;