1
0
Fork 1
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:
scrawl 2016-09-13 02:49:19 +02:00
parent 65dc12cdd6
commit 1362264561

View file

@ -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()
{
}