alt error reported differently

This commit is contained in:
Zeno Rogue 2021-07-31 14:42:09 +02:00
parent e8a8a75620
commit 7fcc4de28b
1 changed files with 2 additions and 1 deletions

View File

@ -191,7 +191,8 @@ void hrmap::extend_altmap(heptagon *h, int levs, bool link_cdata) {
heptagon *ho = createStep(h, i);
if(ho->alt && ho->alt != hm) {
if(ho->alt->alt == hm->alt && !quotient) {
printf("ERROR: alt cross! [%d -> %d]\n", ho->alt->distance, hm->distance);
// printf("ERROR: alt cross! [%d -> %d]\n", ho->alt->distance, hm->distance);
println(hlog, "alt error from ", h->c7, " to ", ho->c7);
// exit(1);
}
continue;