Revert a tweak made for HTTKC

git-svn-id: https://svn.eduke32.com/eduke32@6566 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-12-17 09:27:27 +00:00
parent 59597982c5
commit c728176352

View file

@ -3856,7 +3856,7 @@ void polymost_scansector(int32_t sectnum)
vec2f_t p1;
if (nextsectnum >= 0 /*&& !(wal->cstat&32)*/ && sectorbordercnt < ARRAY_SSIZE(sectorborder))
if (nextsectnum >= 0 && !(wal->cstat&32) && sectorbordercnt < ARRAY_SSIZE(sectorborder))
#ifdef YAX_ENABLE
if (yax_nomaskpass==0 || !yax_isislandwall(z, !yax_globalcf) || (yax_nomaskdidit=1, 0))
#endif