[7979] Fixed typo in [7977].

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-08 00:59:26 +02:00
parent 3f586feb25
commit 6d8867d0fc
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ template<class T>
void PointMovementGenerator<T>::Initialize(T &unit)
{
unit.StopMoving();
owner.addUnitState(UNIT_STAT_MOVING);
unit.addUnitState(UNIT_STAT_MOVING);
Traveller<T> traveller(unit);
i_destinationHolder.SetDestination(traveller,i_x,i_y,i_z);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7978"
#define REVISION_NR "7979"
#endif // __REVISION_NR_H__