mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 15:11:51 +00:00
Leaking doors.
git-svn-id: https://svn.eduke32.com/eduke32@705 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
22dc84d4ca
commit
68393132c9
1 changed files with 2 additions and 1 deletions
|
@ -621,7 +621,8 @@ static void polymer_displayrooms(short dacursectnum)
|
|||
nextsec = §or[wal->nextsector];
|
||||
nextwal = &wall[nextsec->wallptr];
|
||||
|
||||
if (nextsec->floorz == nextsec->ceilingz)
|
||||
if ((nextsec->ceilingstat & 1) &&
|
||||
(nextsec->floorz == nextsec->ceilingz))
|
||||
{
|
||||
querydelay[wal->nextsector] = -1;
|
||||
i++;
|
||||
|
|
Loading…
Reference in a new issue