1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-22 04:14:04 +00:00

Fix uninitialized values in MWMechanics::AiCombat

This commit is contained in:
Roman Proskuryakov 2016-05-07 20:41:47 +03:00
parent 1e7d573f24
commit d7046878a8

View file

@ -107,6 +107,7 @@ namespace MWMechanics
mActionCooldown(0), mActionCooldown(0),
mStrength(), mStrength(),
mForceNoShortcut(false), mForceNoShortcut(false),
mShortcutFailPos(),
mLastActorPos(0,0,0), mLastActorPos(0,0,0),
mMovement(){} mMovement(){}