default celldistance in syntetic and binarytiling

This commit is contained in:
Zeno Rogue 2018-08-17 21:38:07 +02:00
parent fe1a5c5a03
commit 7064dace81
1 changed files with 1 additions and 1 deletions

View File

@ -1520,7 +1520,7 @@ int celldistance(cell *c1, cell *c2) {
return 64;
}
if(gp::on || stdeuclid || irr::on) {
if(gp::on || stdeuclid || irr::on || syntetic || binarytiling) {
if(saved_distances.count(make_pair(c1,c2)))
return saved_distances[make_pair(c1,c2)];