diff options
Diffstat (limited to 'src/Entities/Pawn.h')
-rw-r--r-- | src/Entities/Pawn.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Entities/Pawn.h b/src/Entities/Pawn.h index 4de0e14b2..f68db63e9 100644 --- a/src/Entities/Pawn.h +++ b/src/Entities/Pawn.h @@ -12,13 +12,14 @@ class cMonster; // tolua_begin -class cPawn : +class cPawn: public cEntity { // tolua_end - typedef cEntity super; + using Super = cEntity; public: + CLASS_PROTODEF(cPawn) cPawn(eEntityType a_EntityType, double a_Width, double a_Height); |