diff --git a/graph.cpp b/graph.cpp index 3e229120..0940561f 100644 --- a/graph.cpp +++ b/graph.cpp @@ -6871,7 +6871,15 @@ void drawMarkers() { hyperpoint H = tC0(ggmatrix(keycell)); #if CAP_QUEUE queuechr(H, 2*vid.fsize, 'X', 0x10101 * int(128 + 100 * sintick(150))); - queuestr(H, vid.fsize, its(celldistance(yi[yii].key(), cwt.at)), 0x10101 * int(128 - 100 * sintick(150))); + int cd = celldistance(yi[yii].key(), cwt.at); + if(cd == DISTANCE_UNKNOWN) for(int i2 = 0; i2