mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-20 07:14:07 +00:00
alt error reported differently
This commit is contained in:
parent
e8a8a75620
commit
7fcc4de28b
@ -191,7 +191,8 @@ void hrmap::extend_altmap(heptagon *h, int levs, bool link_cdata) {
|
|||||||
heptagon *ho = createStep(h, i);
|
heptagon *ho = createStep(h, i);
|
||||||
if(ho->alt && ho->alt != hm) {
|
if(ho->alt && ho->alt != hm) {
|
||||||
if(ho->alt->alt == hm->alt && !quotient) {
|
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);
|
// exit(1);
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user