diff options
author | aap <aap@papnet.eu> | 2020-05-10 20:51:29 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-10 20:51:29 +0200 |
commit | 9e842f1628c273d20fb8221e8b42198880b127fe (patch) | |
tree | a9e71674dcd33c80f54bb22b1abf482a550cb4a2 /src/vehicles/Automobile.h | |
parent | force load weapons as long as we dont stream em yet (diff) | |
download | re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.gz re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.bz2 re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.lz re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.xz re3-9e842f1628c273d20fb8221e8b42198880b127fe.tar.zst re3-9e842f1628c273d20fb8221e8b42198880b127fe.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |