Remove duplicate code

--HG--
branch : fix_freezing
This commit is contained in:
Guillaume Dupuy 2016-12-17 14:31:27 +01:00
parent fb280101f1
commit 73191a2388

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:
{