From 7fcc4de28b01df6e9112c30c8695e6cecb652a49 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 31 Jul 2021 14:42:09 +0200 Subject: [PATCH] alt error reported differently --- bigstuff.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bigstuff.cpp b/bigstuff.cpp index fb779a42..53eabf53 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -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;