mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 18:11:35 +00:00
Fix uninitialized values in MWMechanics::AiCombat
This commit is contained in:
parent
1e7d573f24
commit
d7046878a8
1 changed files with 1 additions and 0 deletions
|
@ -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(){}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue