summaryrefslogtreecommitdiffstats
path: root/src/core/ControllerConfig.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-08-24 21:36:03 +0200
committereray orçunus <erayorcunus@gmail.com>2020-08-24 21:36:03 +0200
commitcb813bd1abdf7758a7893c354de6d9f81291c6cf (patch)
tree7639d3175c889f0e2469308d62e3d25ae6f32b4b /src/core/ControllerConfig.h
parentRevert "remove CFO" (diff)
parentsmall fix (diff)
downloadre3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.gz
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.bz2
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.lz
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.xz
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.zst
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.zip
Diffstat (limited to 'src/core/ControllerConfig.h')
-rw-r--r--src/core/ControllerConfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ControllerConfig.h b/src/core/ControllerConfig.h
index 7d0e1073..92017a93 100644
--- a/src/core/ControllerConfig.h
+++ b/src/core/ControllerConfig.h
@@ -32,6 +32,9 @@ enum e_ControllerAction
PED_JUMPING,
PED_SPRINT,
PED_LOOKBEHIND,
+#ifdef BIND_VEHICLE_FIREWEAPON
+ VEHICLE_FIREWEAPON,
+#endif
VEHICLE_ACCELERATE,
VEHICLE_BRAKE,
VEHICLE_CHANGE_RADIO_STATION,