From cf1ed9f9f3253f358342e770f2f554f09171b19c Mon Sep 17 00:00:00 2001 From: nilsnolde Date: Fri, 22 Mar 2024 15:52:01 +0100 Subject: [PATCH] oops, edgelabel was one byte bigger all of a sudden --- valhalla/sif/edgelabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valhalla/sif/edgelabel.h b/valhalla/sif/edgelabel.h index 24437372f0..d5a9dc1b23 100644 --- a/valhalla/sif/edgelabel.h +++ b/valhalla/sif/edgelabel.h @@ -445,7 +445,7 @@ class EdgeLabel { uint32_t unpaved_ : 1; uint32_t has_measured_speed_ : 1; // Flag if this edge had HGV access - uint32_t hgv_access_; + uint32_t hgv_access_ : 1; uint32_t spare : 12; Cost cost_; // Cost and elapsed time along the path.