From cb640ffea4a51a10db2e379ada8dc0487378ba09 Mon Sep 17 00:00:00 2001 From: bibo38 Date: Wed, 12 Oct 2016 14:38:45 +0200 Subject: Spectators added (#2852) --- src/Mobs/Monster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mobs/Monster.h') diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index 03382e28e..1c3d9c37a 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -72,7 +72,7 @@ public: // tolua_end virtual void CheckEventSeePlayer(cChunk & a_Chunk); - virtual void EventSeePlayer(cEntity * a_Entity, cChunk & a_Chunk); + virtual void EventSeePlayer(cPlayer * a_Player, cChunk & a_Chunk); /** Reads the monster configuration for the specified monster name and assigns it to this object. */ void GetMonsterConfig(const AString & a_Name); -- cgit v1.2.3