Did changes upon pull request's request.

This commit is contained in:
Jocke
2016-03-11 12:54:59 +01:00
parent 0fbc482f9c
commit 5f959ded89
9 changed files with 15 additions and 31 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void Packet::Init(MessageType type, unsigned int & packetID,
// allocate memory for size of packet, sequenceNumber and totalPacketesInSequence
packetSizeOffset = m_Offset;
WritePrimitive<int>(0);
// packetGroup is the gorup the packet is in
// packetGroup is the group the packet is in
groupOffset = m_Offset;
WritePrimitive<int>(group);
// What index the packet has in the packetGroup