git-svn-id: https://svn.eduke32.com/eduke32@5095 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2015-03-26 21:42:19 +00:00
parent 598011d59a
commit e544488283

View file

@ -3466,7 +3466,7 @@ void polymost_drawrooms()
for (int i=0; i<4; i++)
{
int const j = i < n ? i + 1 : 0;
int const j = i < 3 ? i + 1 : 0;
if (p[i].z >= SCISDIST)
p2[n++] = p[i];