mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 22:20:33 +00:00
Fix uninitialized values in MWMechanics::AiCombat
This commit is contained in:
parent
1e7d573f24
commit
d7046878a8
@ -107,6 +107,7 @@ namespace MWMechanics
|
||||
mActionCooldown(0),
|
||||
mStrength(),
|
||||
mForceNoShortcut(false),
|
||||
mShortcutFailPos(),
|
||||
mLastActorPos(0,0,0),
|
||||
mMovement(){}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user