mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Merge pull request #2468 from elsid/aitravel_fastforward_fix
Reset path after AiTravel is fast forwarded (bug #5037)
This commit is contained in:
commit
3a0f893f53
@ -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…
x
Reference in New Issue
Block a user