Remove duplicate code

--HG--
branch : fix_freezing
hg/compatibility-develop
Guillaume Dupuy 8 years ago
parent fb280101f1
commit 73191a2388

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

Loading…
Cancel
Save