Skip to content

Commit

Permalink
Fixes issue #180.
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Mar 14, 2012
1 parent 6d74ae1 commit 64ab2da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DataStructures/TurnInstructions.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ struct TurnInstructionsClass {
TurnStrings [8] = "Turn slight left";
TurnStrings [9] = "Reach via point";
TurnStrings[10] = "Head";
TurnStrings[11] = "Enter round-about";
TurnStrings[12] = "Leave round-about";
TurnStrings[13] = "Stay on round-about";
TurnStrings[11] = "Enter roundabout";
TurnStrings[12] = "Leave roundabout";
TurnStrings[13] = "Stay on roundabout";
TurnStrings[14] = "Start";

Ordinals[0] = "zeroth";
Expand Down

0 comments on commit 64ab2da

Please sign in to comment.