Fix:Core:Incremented number of possible segments of roundabout again
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 18 Dec 2008 22:36:24 +0000 (22:36 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 18 Dec 2008 22:36:24 +0000 (22:36 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@1837 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/route.c

index c0b8c06..36634f8 100644 (file)
@@ -1151,7 +1151,7 @@ route_path_add_item_from_graph(struct route_path *this, struct route_path *oldpa
        /* We check if the route graph segment is part of a roundabout here, because this
         * only matters for route graph segments which form parts of the route path */
        if (!(rgs->flags & AF_ROUNDABOUT)) { // We identified this roundabout earlier
-               route_check_roundabout(rgs, 10, (dir < 1), NULL);
+               route_check_roundabout(rgs, 13, (dir < 1), NULL);
        }
 
        segment->item=rgs->item;