summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_SpawnMob.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/packets/cPacket_SpawnMob.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/packets/cPacket_SpawnMob.h b/source/packets/cPacket_SpawnMob.h
index 8a1ef2264..ff579af99 100644
--- a/source/packets/cPacket_SpawnMob.h
+++ b/source/packets/cPacket_SpawnMob.h
@@ -28,8 +28,7 @@ public:
Vector3i* m_Pos;
char m_Yaw;
char m_Pitch;
-
- static const unsigned int c_Size = 1 + 4 + 1 + 4 + 4 + 4 + 1 + 1; // + metadata
+ char m_HeadYaw;
unsigned int m_MetaDataSize;
char * m_MetaData;