From c91bf811bc7585ed7f759199db0977430a6d09b0 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 3 Oct 2010 17:37:05 +0200 Subject: [PATCH] also apply nightvision overlay on r_fullbright use (really, nobody should be using that) --- 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 0b7dcac79..1a8174425 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) + if(cvar("r_fakelight") >= 2 || cvar("r_fullbright")) { // apply night vision effect vector rgb, tc_00, tc_01, tc_10, tc_11; -- 2.39.2