From d344e574de0f2ac3786f05db0167c1e71e135673 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Sun, 17 Jan 2016 16:09:25 +0200 Subject: Spiders now friendly at daylight, new cChunk functions --- src/Mobs/Enderman.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Mobs/Enderman.h') diff --git a/src/Mobs/Enderman.h b/src/Mobs/Enderman.h index 8ccbf2ce7..54859c2cd 100644 --- a/src/Mobs/Enderman.h +++ b/src/Mobs/Enderman.h @@ -11,14 +11,14 @@ class cEnderman : public cPassiveAggressiveMonster { typedef cPassiveAggressiveMonster super; - + public: cEnderman(void); CLASS_PROTODEF(cEnderman) virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override; - virtual void CheckEventSeePlayer(void) override; + virtual void CheckEventSeePlayer(cChunk & a_Chunk) override; virtual void CheckEventLostPlayer(void) override; virtual void EventLosePlayer(void) override; virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; -- cgit v1.2.3