From: havoc Date: Fri, 10 Aug 2007 05:46:58 +0000 (+0000) Subject: allow view warping when underwater with gl_polyblend 0 X-Git-Tag: xonotic-v0.1.0preview~2955 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1a90aa350d2f535d6918bf71d941c471a63ddb6f;p=xonotic%2Fdarkplaces.git allow view warping when underwater with gl_polyblend 0 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7511 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/view.c b/view.c index 8cbdc5f7..6ee1a201 100644 --- a/view.c +++ b/view.c @@ -527,7 +527,7 @@ void V_CalcViewBlend(void) r_refdef.viewblend[3] = 0; r_refdef.frustumscale_x = 1; r_refdef.frustumscale_y = 1; - if (cls.state == ca_connected && cls.signon == SIGNONS && gl_polyblend.value > 0) + if (cls.state == ca_connected && cls.signon == SIGNONS) { // set contents color int supercontents;