From: Rudolf Polzer Date: Tue, 9 Nov 2010 20:46:13 +0000 (+0100) Subject: add a new way to enable fullbright for those poor people who REALLY need it (easy... X-Git-Tag: xonotic-v0.1.0preview~171 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=9eb12dd95c565f3246b7d57b4fd3e91befb69002;p=xonotic%2Fxonotic-data.pk3dir.git add a new way to enable fullbright for those poor people who REALLY need it (easy to detect serverside) --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 235b3aedf..e4891caad 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")) + if(cvar("r_fakelight") >= 2 || cvar("r_fullbright") >= 1) { // apply night vision effect vector rgb, tc_00, tc_01, tc_10, tc_11;