X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FView.qc;h=d9858750082935cac45b492613a79f8361382c6d;hp=a6845d327457ddac454bd1e184e3c5c69d952600;hb=dc25d591f448c6ed191fcf9452d65b87d7a26e90;hpb=094f9682a7e8258a383ea9574dc7144eaf7ceecc diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index a6845d3274..d985875008 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -821,10 +821,7 @@ void CSQC_UpdateView(float w, float h) { // apply night vision effect vector tc_00, tc_01, tc_10, tc_11; - vector rgb; - rgb_x = 0; // fteqcc sucks - rgb_y = 0; // fteqcc sucks - rgb_z = 0; // fteqcc sucks + vector rgb = '0 0 0'; if(!nightvision_noise) {