- made the adjustments.
This commit is contained in:
parent
2914cdc939
commit
f77c4642cb
10 changed files with 65 additions and 65 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue