From 881a72c45b95b1a5b756f256929292a7aa802716 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 22 Aug 2018 11:48:17 +0200 Subject: [PATCH] reduced openplains dlimit in archimedean --- bigstuff.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bigstuff.cpp b/bigstuff.cpp index 086b5eca..104033a3 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -1152,6 +1152,7 @@ bool openplains(cell *c) { return true; } int dlimit = getDistLimit(); + if(archimedean) dlimit--; if(dlimit < 7) { celllister cl(c, dlimit, 1000000, NULL); int bad = 0;