diff options
Diffstat (limited to 'src/Mobs/Monster.h')
-rw-r--r-- | src/Mobs/Monster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index 1304863b5..7c4683942 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -67,8 +67,8 @@ public: eFamily GetMobFamily(void) const; // tolua_end - virtual void CheckEventSeePlayer(void); - virtual void EventSeePlayer(cEntity * a_Player); + virtual void CheckEventSeePlayer(cChunk & a_Chunk); + virtual void EventSeePlayer(cEntity * a_Entity, cChunk & a_Chunk); /** Reads the monster configuration for the specified monster name and assigns it to this object. */ void GetMonsterConfig(const AString & a_Name); |