]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/View.qc
Add some code comments
[voretournament/voretournament.git] / data / qcsrc / client / View.qc
index b8f070a7501c2e4138c561d87c6394a1965351c9..f68adaaf166c4fc35be44135a4785d20326b0b1e 100644 (file)
@@ -459,6 +459,7 @@ void CSQC_UpdateView(float w, float h)
        // next R_RenderScene call\r
        drawstring('0 0 0', "", '1 1 0', '1 1 1', 0, 0);\r
 \r
+       // screen effects\r
        if(cvar("hud_contents"))\r
        {\r
                float contentalpha_temp, incontent, liquidalpha, contentfadetime;\r
@@ -697,6 +698,7 @@ void CSQC_UpdateView(float w, float h)
                cvar_set("r_glsl_postprocess_uservec2_enable", "0");\r
        }\r
 \r
+       // volume cutting\r
        if(cvar("cl_vore_cutvolume_sound") < 1 || cvar("cl_vore_cutvolume_music") < 1)\r
        {\r
                float volume_modify_1_target, volume_modify_2_target, volume_modify_fade;\r