summaryrefslogtreecommitdiffstats
path: root/source/Pawn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Pawn.cpp')
-rw-r--r--source/Pawn.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Pawn.cpp b/source/Pawn.cpp
index 7f6bc2660..a26d80699 100644
--- a/source/Pawn.cpp
+++ b/source/Pawn.cpp
@@ -15,8 +15,8 @@
-cPawn::cPawn(void)
- : cEntity( 0, 0, 0 )
+cPawn::cPawn(eEntityType a_EntityType)
+ : cEntity(a_EntityType, 0, 0, 0)
, m_Health(1)
, m_MaxHealth(1)
, m_LastPosX( 0.0 )