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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user