mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-14 15:41:43 +00:00
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:
parent
59597982c5
commit
c728176352
1 changed files with 1 additions and 1 deletions
|
@ -3856,7 +3856,7 @@ void polymost_scansector(int32_t sectnum)
|
||||||
|
|
||||||
vec2f_t p1;
|
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
|
#ifdef YAX_ENABLE
|
||||||
if (yax_nomaskpass==0 || !yax_isislandwall(z, !yax_globalcf) || (yax_nomaskdidit=1, 0))
|
if (yax_nomaskpass==0 || !yax_isislandwall(z, !yax_globalcf) || (yax_nomaskdidit=1, 0))
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue