mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Fix warning
This commit is contained in:
parent
65dc12cdd6
commit
1362264561
@ -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…
x
Reference in New Issue
Block a user