diff options
Diffstat (limited to '')
-rw-r--r-- | source/Pawn.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source/Pawn.cpp b/source/Pawn.cpp index 8d530abb4..7f6bc2660 100644 --- a/source/Pawn.cpp +++ b/source/Pawn.cpp @@ -15,12 +15,6 @@ -CLASS_DEFINITION( cPawn, cEntity ) - - - - - cPawn::cPawn(void) : cEntity( 0, 0, 0 ) , m_Health(1) @@ -38,15 +32,6 @@ cPawn::cPawn(void) -cPawn::~cPawn() -{ - // Nothing needed yet -} - - - - - void cPawn::Heal(int a_HitPoints) { m_Health += a_HitPoints; |