Leaking doors.

git-svn-id: https://svn.eduke32.com/eduke32@705 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2008-04-12 08:27:09 +00:00
parent 22dc84d4ca
commit 68393132c9
1 changed files with 2 additions and 1 deletions

View File

@ -621,7 +621,8 @@ static void polymer_displayrooms(short dacursectnum)
nextsec = &sector[wal->nextsector];
nextwal = &wall[nextsec->wallptr];
if (nextsec->floorz == nextsec->ceilingz)
if ((nextsec->ceilingstat & 1) &&
(nextsec->floorz == nextsec->ceilingz))
{
querydelay[wal->nextsector] = -1;
i++;