From: Rudolf Polzer Date: Sat, 1 Jan 2011 18:47:24 +0000 (+0100) Subject: fix r_fullbright check X-Git-Tag: xonotic-v0.5.0~328^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e6c36fd8de9ca7cad4a787fcc73183a2a50d07b8;p=xonotic%2Fxonotic-data.pk3dir.git fix r_fullbright check --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 160ad063f..704e58107 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -572,7 +572,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(autocvar_r_fakelight >= 2 || autocvar_r_fullbright >= 1) + if(autocvar_r_fakelight >= 2 || autocvar_r_fullbright) if not(serverflags & SERVERFLAG_ALLOW_FULLBRIGHT) { // apply night vision effect