diff options
Diffstat (limited to 'source/Mobs/Skeleton.cpp')
-rw-r--r-- | source/Mobs/Skeleton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Mobs/Skeleton.cpp b/source/Mobs/Skeleton.cpp index 76a7b6beb..785584fcd 100644 --- a/source/Mobs/Skeleton.cpp +++ b/source/Mobs/Skeleton.cpp @@ -16,9 +16,9 @@ cSkeleton::cSkeleton(void) : -void cSkeleton::Tick(float a_Dt) +void cSkeleton::Tick(float a_Dt, MTRand & a_TickRandom) { - cMonster::Tick(a_Dt); + cMonster::Tick(a_Dt, a_TickRandom); // TODO Outsource // TODO should do SkyLight check, mobs in the dark donīt burn |