1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-14 13:57:38 +00:00

disabled a part of the clearing generation algorithm that may not work in other tilings

This commit is contained in:
Zeno Rogue
2025-08-19 11:03:41 +02:00
parent 764dd134cc
commit 5f486ae785

View File

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