]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/View.qc
simplify even more :P
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / View.qc
index 235b3aedf0a2eab8b1353e031756e07cc25a4334..3c1b699fbba541a9337bfe6db822ed142e8bef76 100644 (file)
@@ -566,7 +566,7 @@ void CSQC_UpdateView(float w, float h)
        // next R_RenderScene call
        drawstring('0 0 0', "", '1 1 0', '1 1 1', 0, 0);
 
-       if(cvar("r_fakelight") >= 2 || cvar("r_fullbright"))
+       if(cvar("r_fakelight") == 2 || cvar("r_fullbright") == 1)
        {
                // apply night vision effect
                vector rgb, tc_00, tc_01, tc_10, tc_11;