summaryrefslogtreecommitdiffstats
path: root/source/Player.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Player.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Player.h b/source/Player.h
index a220e8fee..1bc166652 100644
--- a/source/Player.h
+++ b/source/Player.h
@@ -21,6 +21,8 @@ class cClientHandle;
class cPlayer :
public cPawn
{
+ typedef cPawn super;
+
public:
enum
{
@@ -30,7 +32,7 @@ public:
typedef cPawn super;
- CLASS_PROTOTYPE()
+ CLASS_PROTODEF(cPlayer)
cPlayer(cClientHandle * a_Client, const AString & a_PlayerName);
virtual ~cPlayer();