From ec655ffa2b0566be4251bb4dcb38f59f048f72fe Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 24 Oct 2009 07:45:12 +0000 Subject: [PATCH] - forgot one file. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@575 b0f79afe-0144-0410-b225-9a4edf0717df --- src/gl/data/gl_vertexbuffer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gl/data/gl_vertexbuffer.cpp b/src/gl/data/gl_vertexbuffer.cpp index 2a4a02bb..83104cb4 100644 --- a/src/gl/data/gl_vertexbuffer.cpp +++ b/src/gl/data/gl_vertexbuffer.cpp @@ -268,6 +268,7 @@ void FVertexBuffer::UpdatePlaneVertices(sector_t *sec, int plane) for(int i=0; iz = splane.ZatPoint(vt->x, vt->y); + if (plane == sector_t::floor && sec->transdoor) vt->z = -1; } if (gl.flags & RFL_MAP_BUFFER_RANGE) {