Merge pull request #2468 from elsid/aitravel_fastforward_fix

Reset path after AiTravel is fast forwarded (bug #5037)
pull/541/head
Alexei Dobrohotov 5 years ago committed by GitHub
commit 3a0f893f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,6 +88,7 @@ namespace MWMechanics
// that is the user's responsibility
MWBase::Environment::get().getWorld()->moveObject(actor, mX, mY, mZ);
actor.getClass().adjustPosition(actor, false);
reset();
}
void AiTravel::writeState(ESM::AiSequence::AiSequence &sequence) const

Loading…
Cancel
Save