mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
When searching a nextwall for a white wall after dragging a point,
exclude grayed out walls. git-svn-id: https://svn.eduke32.com/eduke32@2039 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4dc5d792ae
commit
98ac0c2edc
1 changed files with 2 additions and 0 deletions
|
@ -4232,6 +4232,8 @@ end_autoredwall:
|
||||||
{
|
{
|
||||||
for (i=0; i<numwalls; i++) //make new red lines?
|
for (i=0; i<numwalls; i++) //make new red lines?
|
||||||
{
|
{
|
||||||
|
YAX_SKIPWALL(i);
|
||||||
|
|
||||||
if ((wall[i].x == dax && wall[i].y == day)
|
if ((wall[i].x == dax && wall[i].y == day)
|
||||||
|| (POINT2(i).x == dax && POINT2(i).y == day))
|
|| (POINT2(i).x == dax && POINT2(i).y == day))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue