mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #2339 from acemod/322jump
don't force free looking while jumping
This commit is contained in:
commit
e66dafeab9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user