don't force free looking while jumping

This commit is contained in:
commy2 2015-09-01 20:33:02 +02:00
parent acfc48efc2
commit ec0229d9a9

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;
};
// better slow walk with lowered rifle animation
class AmovPercMstpSrasWrflDnon;
class AmovPercMrunSrasWrflDf: AmovPercMstpSrasWrflDnon {