diff options
Diffstat (limited to 'source/cBlockEntity.h')
-rw-r--r-- | source/cBlockEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cBlockEntity.h b/source/cBlockEntity.h index 83a7ebffc..4ac453e6f 100644 --- a/source/cBlockEntity.h +++ b/source/cBlockEntity.h @@ -41,7 +41,7 @@ public: cWorld * GetWorld(void) const {return m_World; }
- virtual void UsedBy( cPlayer & a_Player ) = 0;
+ virtual void UsedBy( cPlayer * a_Player ) = 0;
virtual void SendTo( cClientHandle* a_Client ) { (void)a_Client; }
protected:
|