Merge pull request #2339 from acemod/322jump

don't force free looking while jumping
This commit is contained in:
commy2 2016-02-19 11:54:30 +01:00
commit e66dafeab9

View File

@ -71,6 +71,12 @@ class CfgMovesBasic {
class CfgMovesMaleSdr: CfgMovesBasic {
class StandBase;
class States {
// jumping. don't force awkward freelook in mid air.
class AovrPercMstpSrasWrflDf;
class AovrPercMrunSrasWrflDf: AovrPercMstpSrasWrflDf {
forceAim = 0;
};
// replace link of vault with jump animation
class AmovPercMstpSrasWrflDnon;
class AmovPercMrunSrasWrflDf: AmovPercMstpSrasWrflDnon {