forked from mirror/openmw-tes3mp
again fix headerSize
This commit is contained in:
parent
d9452f3798
commit
5eaad1b92e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace mwmp
|
||||||
|
|
||||||
static size_t headerSize()
|
static size_t headerSize()
|
||||||
{
|
{
|
||||||
return (sizeof(packetID) + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
return (size_t)(1 + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char GetPacketID()
|
unsigned char GetPacketID()
|
||||||
|
|
Loading…
Reference in a new issue