mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 09:21:12 +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?
|
||||
{
|
||||
YAX_SKIPWALL(i);
|
||||
|
||||
if ((wall[i].x == dax && wall[i].y == day)
|
||||
|| (POINT2(i).x == dax && POINT2(i).y == day))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue