Fix Dragging StanceChange Anim

This commit is contained in:
PabstMirror 2015-04-28 15:40:36 -05:00
parent d12ba0c610
commit 414a50fb9b
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
class CfgMovesBasic {
class Actions {
class MoveWithInjuredManDragger;
class MoveWithInjuredManDraggerRfl: MoveWithInjuredManDragger {
Up = "amovpercmstpsraswrfldnon";
};
};
};

View File

@ -14,3 +14,4 @@ class CfgPatches {
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgMovesBasic.hpp"