Fix a bug where a monster could be stuck after dropping aggro while rooted

This commit is contained in:
Guillaume Dupuy 2016-12-17 02:47:05 +01:00
parent 487a6eacfa
commit 82dcde8aa6

View file

@ -1070,6 +1070,7 @@ void CMovementMagnet::update(uint32 waitTime, uint32 ticksSinceLastUpdate, bool
float distToDest=(float)_PathCont.getDestination().quickDistTo(_BotFauna.pos());
distToDest-=((_BotFauna.getPersistent().getChildIndex()&7)+1.5f);
_Speed=_BotFauna.walkSpeed();
float dist=_Speed*ticksSinceLastUpdate;
CAIVector lastPos=_BotFauna.pos();
{