From e500410b5da1cc615ca361b26a459ef79af8a98f Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sun, 9 Nov 2008 13:47:27 +0000 Subject: [PATCH] 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 --- polymer/eduke32/build/src/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/build/src/build.c b/polymer/eduke32/build/src/build.c index 8565313ea..fd7d624da 100644 --- a/polymer/eduke32/build/src/build.c +++ b/polymer/eduke32/build/src/build.c @@ -3091,7 +3091,7 @@ SKIP: break; } - if (j >= endwall) + if (j >= endwall && i != joinsector[0]) { printmessage16("Join non-adjacent sectors? (Y/N)"); showframe(1);