]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Ultra minor cleanup
authorMario <zacjardine@y7mail.com>
Sat, 13 Dec 2014 12:01:58 +0000 (23:01 +1100)
committerMario <zacjardine@y7mail.com>
Sat, 13 Dec 2014 12:01:58 +0000 (23:01 +1100)
qcsrc/client/View.qc

index 890bf76621d4316cfb5aaa0a62b822adad015997..b7583b75d93ea96bce1e3b184b2f0f780cf27b30 100644 (file)
@@ -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)
                {