From 577da282f3703b59675aafd46fd61f942f9683cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20G=C3=BCndling?= Date: Sun, 15 Sep 2024 13:41:49 +0200 Subject: [PATCH] intermodal: station start -> use start footpaths (#545) --- modules/intermodal/src/intermodal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/intermodal/src/intermodal.cc b/modules/intermodal/src/intermodal.cc index a777bb1bd..592887e1f 100644 --- a/modules/intermodal/src/intermodal.cc +++ b/modules/intermodal/src/intermodal.cc @@ -604,7 +604,7 @@ msg_ptr intermodal::route(msg_ptr const& msg) { CreateRoutingRequest( mc, start.start_type_, start.start_, dest.station_, req->search_type(), req->search_dir(), via, mc.CreateVector(edges), - true, true, false, 0, timeout_, + true, true, !start.is_intermodal_, 0, timeout_, req->allowed_claszes() == nullptr ? 0 : mc.CreateVector(req->allowed_claszes()->Data(),