]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
simplify even more :P
authorRudolf Polzer <divVerent@xonotic.org>
Tue, 9 Nov 2010 20:50:15 +0000 (21:50 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 9 Nov 2010 20:50:15 +0000 (21:50 +0100)
qcsrc/client/View.qc

index e4891caad124d86540abd7400d54b8b3fe8ef828..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);
 
        // next R_RenderScene call
        drawstring('0 0 0', "", '1 1 0', '1 1 1', 0, 0);
 
-       if(cvar("r_fakelight") >= 2 || cvar("r_fullbright") >= 1)
+       if(cvar("r_fakelight") == 2 || cvar("r_fullbright") == 1)
        {
                // apply night vision effect
                vector rgb, tc_00, tc_01, tc_10, tc_11;
        {
                // apply night vision effect
                vector rgb, tc_00, tc_01, tc_10, tc_11;