summaryrefslogtreecommitdiffstats
path: root/source/Pawn.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Pawn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Pawn.h b/source/Pawn.h
index 5a7ace636..a8a25c04f 100644
--- a/source/Pawn.h
+++ b/source/Pawn.h
@@ -81,7 +81,7 @@ class cPawn :
public:
CLASS_PROTODEF(cPawn);
- cPawn(void);
+ cPawn(eEntityType a_EntityType);
virtual void Tick(float a_Dt) override;