Skip to content

Commit

Permalink
addendum refs #2311
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@20678 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
namdre committed May 10, 2016
1 parent c55cf00 commit 18f625d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumo/src/microsim/MSVehicle.cpp
Expand Up @@ -1669,7 +1669,7 @@ MSVehicle::executeMove() {
}
#endif
// visit waiting time
if (vNext <= SUMO_const_haltingSpeed) {
if (vNext <= SUMO_const_haltingSpeed && !isStopped()) {
myWaitingTime += DELTA_T;
myWaitingTimeCollector.passTime(DELTA_T, true);
brakelightsOn = true;
Expand Down

0 comments on commit 18f625d

Please sign in to comment.