Skip to content

Commit

Permalink
simplify animations config
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Jul 21, 2018
1 parent 3b57474 commit 78ee7d4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions addons/medical_engine/CfgMoves.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

class CfgMovesBasic {
class Default;
};

class CfgMovesBasic;
class CfgMovesMaleSdr: CfgMovesBasic {
class States {
// fixes hand being stuck at rifle which is on the back
Expand All @@ -11,11 +8,6 @@ class CfgMovesMaleSdr: CfgMovesBasic {
weaponIK = 0;
};

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

class AmovPpneMstpSnonWnonDnon;
class ACE_UnconsciousOutProne: AmovPpneMstpSnonWnonDnon {
//file = "\A3\anims_f\Data\Anim\Sdr\dth\pne\stp\ras\Rfl\AdthPpneMstpSrasWrflDnon_1";
Expand Down

0 comments on commit 78ee7d4

Please sign in to comment.