]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
allow view warping when underwater with gl_polyblend 0
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Aug 2007 05:46:58 +0000 (05:46 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Aug 2007 05:46:58 +0000 (05:46 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7511 d7cf8633-e32d-0410-b094-e92efae38249

view.c

diff --git a/view.c b/view.c
index 8cbdc5f7289b81385f5f91e212333fa00b0e85de..6ee1a201bda1e38cd1fafc7fdfac9ddb0811cc06 100644 (file)
--- 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;