mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +00:00
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:
parent
81bbb7eab8
commit
e500410b5d
1 changed files with 1 additions and 1 deletions
|
@ -3091,7 +3091,7 @@ SKIP:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (j >= endwall)
|
if (j >= endwall && i != joinsector[0])
|
||||||
{
|
{
|
||||||
printmessage16("Join non-adjacent sectors? (Y/N)");
|
printmessage16("Join non-adjacent sectors? (Y/N)");
|
||||||
showframe(1);
|
showframe(1);
|
||||||
|
|
Loading…
Reference in a new issue