From: Mario Date: Sat, 13 Dec 2014 12:01:58 +0000 (+1100) Subject: Ultra minor cleanup X-Git-Tag: xonotic-v0.8.0~93 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=894316a009bc360edf71832669f9846aeeeea164;p=xonotic%2Fxonotic-data.pk3dir.git Ultra minor cleanup --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 890bf7662..b7583b75d 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) {