mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Check for hidden path only for actors wandering manually
Actors who doesn't wander over pathgrid.
This commit is contained in:
parent
e616188265
commit
489a92de95
@ -292,7 +292,8 @@ namespace MWMechanics
|
|||||||
completeManualWalking(actor, storage);
|
completeManualWalking(actor, storage);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (storage.mState == AiWanderStorage::Wander_Walking
|
if (storage.mIsWanderingManually
|
||||||
|
&& storage.mState == AiWanderStorage::Wander_Walking
|
||||||
&& (mPathFinder.getPathSize() == 0
|
&& (mPathFinder.getPathSize() == 0
|
||||||
|| isDestinationHidden(actor, mPathFinder.getPath().back())
|
|| isDestinationHidden(actor, mPathFinder.getPath().back())
|
||||||
|| isAreaOccupiedByOtherActor(actor, mPathFinder.getPath().back())))
|
|| isAreaOccupiedByOtherActor(actor, mPathFinder.getPath().back())))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user