reduced openplains dlimit in archimedean

This commit is contained in:
Zeno Rogue 2018-08-22 11:48:17 +02:00
parent 28b0e7afa7
commit 881a72c45b
1 changed files with 1 additions and 0 deletions

View File

@ -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;