Skip to content

Commit

Permalink
fix floor ffv animation (#297)
Browse files Browse the repository at this point in the history
* fix floor ffv action

* copilot invisible from outside
  • Loading branch information
ampersand38 committed Jan 23, 2022
1 parent 806e0b8 commit da63fa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/MH60S/config/cargoTurretsGAU21L.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class CargoTurret_02: CargoTurret_01 {
#define KNEELING_SEAT(CLASS,LABEL,MEMPT,INDEX) \
class CLASS: CargoTurret_01 { \
gunnerAction = "passenger_inside_4"; \
gunnerInAction = "passenger_inside_4"; \
gunnerName = LABEL; \
memoryPointsGetInGunner = pos Cargo MEMPT; \
memoryPointsGetInGunnerDir = pos Cargo MEMPT dir; \
Expand Down
1 change: 1 addition & 0 deletions addons/UH60/config/turrets/cargoTurrets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class CargoTurret_04: CargoTurret_03 {
#define KNEELING_SEAT(CLASS,LABEL,MEMPT,INDEX) \
class CLASS: CargoTurret_03 { \
gunnerAction = "passenger_inside_4"; \
gunnerInAction = "passenger_inside_4"; \
gunnerName = LABEL; \
memoryPointsGetInGunner = pos Cargo MEMPT; \
memoryPointsGetInGunnerDir = pos Cargo MEMPT dir; \
Expand Down
2 changes: 2 additions & 0 deletions addons/UH60/config/turrets/copilot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ class CopilotTurret: CopilotTurret {
CanEject=0;
gunnerAction=UH60_Pilot;
gunnerInAction=UH60_Pilot;
canHideGunner = 0;
viewGunnerInExternal = 1;
gunnerRightHandAnimName="Cyclic_left";
gunnerLeftHandAnimName="Collective_left";
gunnerLeftLegAnimName="Pedal_Left_CP";
Expand Down

0 comments on commit da63fa0

Please sign in to comment.