mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-02 02:11:32 +00:00
Fix regression #6375
This commit is contained in:
parent
356e9d7cf0
commit
3c40935ec1
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ namespace MWMechanics
|
||||||
state.mFallHeight = mFallHeight; // TODO: vertical velocity (move from PhysicActor to CreatureStats?)
|
state.mFallHeight = mFallHeight; // TODO: vertical velocity (move from PhysicActor to CreatureStats?)
|
||||||
state.mLastHitObject = mLastHitObject;
|
state.mLastHitObject = mLastHitObject;
|
||||||
state.mLastHitAttemptObject = mLastHitAttemptObject;
|
state.mLastHitAttemptObject = mLastHitAttemptObject;
|
||||||
|
state.mRecalcDynamicStats = false;
|
||||||
state.mDrawState = mDrawState;
|
state.mDrawState = mDrawState;
|
||||||
state.mLevel = mLevel;
|
state.mLevel = mLevel;
|
||||||
state.mActorId = mActorId;
|
state.mActorId = mActorId;
|
||||||
|
|
Loading…
Reference in a new issue