--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-18 17:58:13 -06:00
68 changed files with 1508 additions and 1553 deletions

View File

@@ -57,7 +57,7 @@ bool PointMovementGenerator<T>::Update(T &unit, const uint32 &diff)
if(i_destinationHolder.HasArrived())
{
unit.StopMoving();
//unit.StopMoving();
if(!unit.hasUnitState(UNIT_STAT_CHARGING))
MovementInform(unit);
return false;