- made the adjustments.

This commit is contained in:
Christoph Oelckers 2016-04-24 13:35:43 +02:00
commit f77c4642cb
10 changed files with 65 additions and 65 deletions

View file

@ -348,7 +348,7 @@ static void PrepareTransparentDoors(sector_t * sector)
int side = sector->lines[i]->sidedef[0]->sector == sec;
if (sector->GetPlaneTexZ(sector_t::floor)!=sec->GetPlaneTexZ(sector_t::floor)+FRACUNIT)
if (sector->GetPlaneTexZ(sector_t::floor)!=sec->GetPlaneTexZ(sector_t::floor)+1.)
{
sector->transdoor=false;
return;