- add some compatibility settings to fix rendering glitches in BTSX_E1 MAP12.

This commit is contained in:
Christoph Oelckers 2014-09-09 01:27:41 +02:00
commit 86d9c7ec8e
7 changed files with 16 additions and 16 deletions

View file

@ -438,7 +438,6 @@ void gl_RecalcVertexHeights(vertex_t * v)
int i,j,k;
float height;
//@sync-vertexheights
v->numheights=0;
for(i=0;i<v->numsectors;i++)
{