Skip to content

Commit

Permalink
fix #3185
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@24651 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
namdre committed Jun 13, 2017
1 parent a0b288f commit 3816a01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sumo/src/microsim/MSLaneChangerSublane.cpp
Expand Up @@ -88,7 +88,8 @@ MSLaneChangerSublane::change() {
assert(!vehicle->getLaneChangeModel().isChangingLanes());
#ifndef NO_TRACI
if (vehicle->isRemoteControlled()) {
return false; // !!! temporary; just because it broke, here
registerUnchanged(vehicle);
return false;
}
#endif
vehicle->updateBestLanes(); // needed?
Expand Down

0 comments on commit 3816a01

Please sign in to comment.