Skip to content

Commit 0149c67

Browse files
committed
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 e2e0687 commit 0149c67

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
@@ -977,13 +977,13 @@ message MovingObject
977977
//
978978
ROLE_OTHER = 1;
979979

980-
// The vehicle role is ambulance.
981-
//
982-
ROLE_AMBULANCE = 2;
983-
984980
// The vehicle role is civil, e.g. a "normal" car.
985981
//
986-
ROLE_CIVIL = 3;
982+
ROLE_CIVIL = 2;
983+
984+
// The vehicle role is ambulance.
985+
//
986+
ROLE_AMBULANCE = 3;
987987

988988
// The vehicle role is fire fighting, e.g. fire engine.
989989
//

0 commit comments

Comments
 (0)