Skip to content

Commit

Permalink
Fix ladder dismount animation bug (#6454)
Browse files Browse the repository at this point in the history
Not sure of the original reason we interpolate to this ACE unconscious
animation, but removing it seemingly has no effect and fixes all the
other animations that were broken by it.
  • Loading branch information
kymckay authored and thojkooi committed Jul 20, 2018
1 parent 3b04a76 commit 5b40acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_engine/CfgMoves.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CfgMovesMaleSdr: CfgMovesBasic {

// wake me up inside
class Unconscious: Default {
InterpolateTo[] = {"DeadState",0.1,"ACE_UnconsciousOutProne",0.2};
InterpolateTo[] = {"DeadState",0.1};
};

class AmovPpneMstpSnonWnonDnon;
Expand Down

0 comments on commit 5b40acc

Please sign in to comment.