diff options
Diffstat (limited to 'source/Pawn.h')
-rw-r--r-- | source/Pawn.h | 2 |
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; |