mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-02 20:01:23 +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];
|
nextsec = §or[wal->nextsector];
|
||||||
nextwal = &wall[nextsec->wallptr];
|
nextwal = &wall[nextsec->wallptr];
|
||||||
|
|
||||||
if (nextsec->floorz == nextsec->ceilingz)
|
if ((nextsec->ceilingstat & 1) &&
|
||||||
|
(nextsec->floorz == nextsec->ceilingz))
|
||||||
{
|
{
|
||||||
querydelay[wal->nextsector] = -1;
|
querydelay[wal->nextsector] = -1;
|
||||||
i++;
|
i++;
|
||||||
|
|
Loading…
Reference in a new issue