diff --git a/src/RideItem.cpp b/src/RideItem.cpp index 4fd91b396..07d41b0f4 100644 --- a/src/RideItem.cpp +++ b/src/RideItem.cpp @@ -1080,7 +1080,7 @@ RideItem::updateIntervals() // add the best one we found here - if (found) { + if (found && tte.zone >= 0) { // if we overlap with the last one and // we are better then replace otherwise skip