Remove duplicate code

This commit is contained in:
Guillaume Dupuy 2016-12-17 14:31:27 +01:00
parent 82dcde8aa6
commit 116769bc4e

View file

@ -1060,7 +1060,6 @@ void CMovementMagnet::update(uint32 waitTime, uint32 ticksSinceLastUpdate, bool
BeginMove:
_State=Movement_Move;
getNewDestination (_BotFauna.wpos(), _denyFlags); // drop through to Move
_Speed=_BotFauna.walkSpeed();
case Movement_Move:
{