Skip to content

Commit

Permalink
intermodal: station start -> use start footpaths (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Sep 15, 2024
1 parent 0ba35be commit 577da28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/intermodal/src/intermodal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 577da28

Please sign in to comment.