Mapster32: don't ask for confirmation when joining a sector with itself

git-svn-id: https://svn.eduke32.com/eduke32@1123 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2008-11-09 13:47:27 +00:00
parent 81bbb7eab8
commit e500410b5d

View file

@ -3091,7 +3091,7 @@ SKIP:
break;
}
if (j >= endwall)
if (j >= endwall && i != joinsector[0])
{
printmessage16("Join non-adjacent sectors? (Y/N)");
showframe(1);