mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:19:41 +00:00
Fix warning
This commit is contained in:
parent
65dc12cdd6
commit
1362264561
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ MWMechanics::AiPackage::~AiPackage() {}
|
|||
|
||||
MWMechanics::AiPackage::AiPackage() :
|
||||
mTimer(AI_REACTION_TIME + 1.0f), // to force initial pathbuild
|
||||
mRotateOnTheRunChecks(0),
|
||||
mIsShortcutting(false),
|
||||
mShortcutProhibited(false), mShortcutFailPos(),
|
||||
mRotateOnTheRunChecks(0)
|
||||
mShortcutProhibited(false), mShortcutFailPos()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue