[10420] Avoid send stop packet in PointMovementGenerator when unit is not moving

Also never send stop packet when destinationHolder hasArrived, it's expected that unit is already not moving.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-08-29 11:03:55 +02:00
parent 0d363cc77a
commit 04b62bb9ee
2 changed files with 10 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10419"
#define REVISION_NR "10420"
#endif // __REVISION_NR_H__