diff options
Diffstat (limited to 'source/cSignEntity.cpp')
-rw-r--r-- | source/cSignEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cSignEntity.cpp b/source/cSignEntity.cpp index 463e1072a..618f5960e 100644 --- a/source/cSignEntity.cpp +++ b/source/cSignEntity.cpp @@ -35,7 +35,7 @@ cSignEntity::~cSignEntity() // It don't do anything when 'used'
-void cSignEntity::UsedBy( cPlayer & a_Player )
+void cSignEntity::UsedBy( cPlayer * a_Player )
{
(void)a_Player;
}
|