diff --git a/bigstuff.cpp b/bigstuff.cpp index f058e50d..b33ddcb6 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -2005,7 +2005,10 @@ EX bool openplains(cell *c) { } int dlimit = getDistLimit(); if(arcm::in()) dlimit--; - if(dlimit < 7) { + if(getDistLimit() < 4) { + return true; + } + else if(dlimit < 7) { celllister cl(c, dlimit, 1000000, NULL); int bad = 0; for(cell *c: cl.lst) {