1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 01:10:10 +00:00

Fix regression #6375

This commit is contained in:
Evil Eye 2021-10-31 11:57:33 +01:00
parent 356e9d7cf0
commit 3c40935ec1

View File

@ -539,6 +539,7 @@ namespace MWMechanics
state.mFallHeight = mFallHeight; // TODO: vertical velocity (move from PhysicActor to CreatureStats?)
state.mLastHitObject = mLastHitObject;
state.mLastHitAttemptObject = mLastHitAttemptObject;
state.mRecalcDynamicStats = false;
state.mDrawState = mDrawState;
state.mLevel = mLevel;
state.mActorId = mActorId;