Skip to content

Commit ef3870d

Browse files
adrianschultzpmai
authored andcommitted
change order of Ambulance and Civil
The standard case should be the first one. Signed-off-by: Adrian Vernickel <adrian.vernickel@hexagon.com>
1 parent 1484fed commit ef3870d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

osi_object.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,13 +1032,13 @@ message MovingObject
10321032
//
10331033
ROLE_OTHER = 1;
10341034

1035-
// The vehicle role is ambulance.
1036-
//
1037-
ROLE_AMBULANCE = 2;
1038-
10391035
// The vehicle role is civil, e.g. a "normal" car.
10401036
//
1041-
ROLE_CIVIL = 3;
1037+
ROLE_CIVIL = 2;
1038+
1039+
// The vehicle role is ambulance.
1040+
//
1041+
ROLE_AMBULANCE = 3;
10421042

10431043
// The vehicle role is fire fighting, e.g. fire engine.
10441044
//

0 commit comments

Comments
 (0)