aboutsummaryrefslogtreecommitdiff
path: root/src/game/RandomMovementGenerator.h
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-11 21:32:08 +0100
committerBlaymoira <none@none>2008-12-11 21:32:08 +0100
commit236553f40804c30d4ed8f1a29e01a76dd7be809a (patch)
tree5b7e5d38aa0e1e002a932fb86d2c01e0289b1599 /src/game/RandomMovementGenerator.h
parent5d003e3a6079388149473f0a3da6089b47404a29 (diff)
parentf2028e1583bf935fc3d096748d5b07428cdcaa00 (diff)
*Merged 459
--HG-- branch : trunk
Diffstat (limited to 'src/game/RandomMovementGenerator.h')
-rw-r--r--src/game/RandomMovementGenerator.h2
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 &);