summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.h
diff options
context:
space:
mode:
authoraap <angelo.papenhoff@gmail.com>2020-12-15 17:09:45 +0100
committerGitHub <noreply@github.com>2020-12-15 17:09:45 +0100
commit703750a1ffb3c0bd977f4cbed6a9e9f07b313e69 (patch)
tree7295a91a15dd03f474fff5bb2cfd7a367444ea77 /src/vehicles/Automobile.h
parentMake free cam collision code readable by aap, fixes (diff)
parentFew bug fixes in CAutomobile (diff)
downloadre3-703750a1ffb3c0bd977f4cbed6a9e9f07b313e69.tar
re3-703750a1ffb3c0bd977f4cbed6a9e9f07b313e69.tar.gz
re3-703750a1ffb3c0bd977f4cbed6a9e9f07b313e69.tar.bz2
re3-703750a1ffb3c0bd977f4cbed6a9e9f07b313e69.tar.lz
re3-703750a1ffb3c0bd977f4cbed6a9e9f07b313e69.tar.xz
re3-703750a1ffb3c0bd977f4cbed6a9e9f07b313e69.tar.zst
re3-703750a1ffb3c0bd977f4cbed6a9e9f07b313e69.zip
Diffstat (limited to 'src/vehicles/Automobile.h')
-rw-r--r--src/vehicles/Automobile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h
index 604bed17..a5bee226 100644
--- a/src/vehicles/Automobile.h
+++ b/src/vehicles/Automobile.h
@@ -30,8 +30,6 @@ enum eCarNodes
NUM_CAR_NODES,
};
-// These are used for all the wheel arrays
-// DON'T confuse with VEHWHEEL, which are vehicle components
enum {
CARWHEEL_FRONT_LEFT,
CARWHEEL_REAR_LEFT,