From 9e842f1628c273d20fb8221e8b42198880b127fe Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 10 May 2020 20:51:29 +0200 Subject: vehicle model descriptions; a bit of heli code --- src/vehicles/Automobile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehicles/Automobile.h') diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 0356a9f2..b9f130f8 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -36,7 +36,7 @@ enum eCarPositions CAR_POS_TAILLIGHTS, CAR_POS_FRONTSEAT, CAR_POS_BACKSEAT, - CAR_POS_EXHAUST = 9, + CAR_POS_EXHAUST }; // These are used for all the wheel arrays -- cgit v1.2.3