mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 08:56:38 +03:00
Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcun
This commit is contained in:
commit
cb813bd1ab
21 changed files with 254 additions and 228 deletions
|
@ -1721,7 +1721,11 @@ CMenuManager::DrawControllerBound(int32 yStart, int32 xStart, int32 unused, int8
|
|||
} else if (column == CONTSETUP_VEHICLE_COLUMN) {
|
||||
switch (optionIdx) {
|
||||
case 0:
|
||||
controllerAction = PED_FIREWEAPON;
|
||||
#ifdef BIND_VEHICLE_FIREWEAPON
|
||||
controllerAction = VEHICLE_FIREWEAPON;
|
||||
#else
|
||||
controllerAction = PED_FIREWEAPON;
|
||||
#endif
|
||||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue