Fix compilation on x64
This commit is contained in:
parent
4ae820929a
commit
53c91f39bb
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ size_t CNetworkPacketHeader::Deserialize(const unsigned char *buf)
|
|||
// CNetworkPacket
|
||||
//
|
||||
|
||||
unsigned CNetworkPacket::Serialize(unsigned char *buf, int numcommands) const
|
||||
size_t CNetworkPacket::Serialize(unsigned char *buf, int numcommands) const
|
||||
{
|
||||
unsigned char *p = buf;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue