diff options
author | megamage <none@none> | 2008-12-09 23:06:16 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-09 23:06:16 -0600 |
commit | ebf6469fb4347c2065da9d32992c38c812a05e08 (patch) | |
tree | 0a91e241ef2a4add4a2a44d3544844e013bca371 /src/game/RandomMovementGenerator.h | |
parent | 36af87fc72594b3b6e3b91e91cd29a00e1a36480 (diff) | |
parent | cc0838459a86e45ccdbaa4977e20f4233f1ff1c1 (diff) |
*Merge to solve EOL issue.
--HG--
branch : trunk
Diffstat (limited to 'src/game/RandomMovementGenerator.h')
-rw-r--r-- | src/game/RandomMovementGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/RandomMovementGenerator.h b/src/game/RandomMovementGenerator.h index 229761423e6..2825bc306a8 100644 --- a/src/game/RandomMovementGenerator.h +++ b/src/game/RandomMovementGenerator.h @@ -31,7 +31,7 @@ class TRINITY_DLL_SPEC RandomMovementGenerator : public MovementGeneratorMedium< T, RandomMovementGenerator<T> > { public: - RandomMovementGenerator(const Unit &) : i_nextMoveTime(0) {} + RandomMovementGenerator() : i_nextMoveTime(0) {} void _setRandomLocation(T &); void Initialize(T &); |