fixed getDistLimit in octagonal non-pure

This commit is contained in:
Zeno Rogue 2017-10-27 20:09:33 +02:00
parent ab6334974e
commit 849925962c
1 changed files with 1 additions and 1 deletions

View File

@ -2570,7 +2570,7 @@ void buildRosemap() {
}
int getDistLimit() { return purehepta?(AT8?4:5):7; }
int getDistLimit() { return purehepta?(AT8?4:5):(AT8?6:7); }
bool nogoSlow(cell *to, cell *from) {
if(cellEdgeUnstable(to) && gravityLevel(to) >= gravityLevel(from)) return true;