From: Rudolf Polzer Date: Sun, 3 Oct 2010 15:37:05 +0000 (+0200) Subject: also apply nightvision overlay on r_fullbright use (really, nobody should be using... X-Git-Tag: xonotic-v0.1.0preview~282^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c91bf811bc7585ed7f759199db0977430a6d09b0;p=xonotic%2Fxonotic-data.pk3dir.git also apply nightvision overlay on r_fullbright use (really, nobody should be using that) --- 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;