From 5f486ae78549e01bf94b3d66319674894cd94707 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 19 Aug 2025 11:03:41 +0200 Subject: [PATCH] disabled a part of the clearing generation algorithm that may not work in other tilings --- complex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex.cpp b/complex.cpp index 6ca4469e..931b4607 100644 --- a/complex.cpp +++ b/complex.cpp @@ -887,7 +887,7 @@ EX namespace clearing { } } if(quseful == 1) return tuseful2; - if(quseful == 2) { + if(quseful == 2 && geometry == gNormal) { int i; if(tuseful == (1<<3)+(1<<5)) i = 3; if(tuseful == (1<<5)+(1<<1)) i = 5;