From 5e760c56ddf9bdd50f9b05ba58bef3fe1e8cd5f9 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 9 Nov 2010 21:50:15 +0100 Subject: [PATCH] simplify even more :P --- qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index e4891caad1..3c1b699fbb 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -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") >= 1) + if(cvar("r_fakelight") == 2 || cvar("r_fullbright") == 1) { // apply night vision effect vector rgb, tc_00, tc_01, tc_10, tc_11; -- 2.39.2