1
0

Added static const, initialized fields.

This commit is contained in:
archshift
2014-04-26 15:32:14 -07:00
parent da931da603
commit e2194e6e90
4 changed files with 7 additions and 2 deletions

View File

@@ -14,6 +14,8 @@
cMobHeadEntity::cMobHeadEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World) :
super(E_BLOCK_HEAD, a_BlockX, a_BlockY, a_BlockZ, a_World),
m_Type(SKULL_TYPE_SKELETON),
m_Rotation(SKULL_ROTATION_NORTH),
m_Owner("")
{
}