mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 00:14:09 +00:00
Add VEHICLE_FIREWEAPON (disabled by default)
This commit is contained in:
parent
0f5a771292
commit
b5ccc721ae
4 changed files with 55 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue