mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Use types from common.h
This commit is contained in:
@@ -42,7 +42,7 @@ NetworkConnection::~NetworkConnection()
|
||||
}
|
||||
}
|
||||
|
||||
int NetworkConnection::ReadPacket()
|
||||
sint32 NetworkConnection::ReadPacket()
|
||||
{
|
||||
if (InboundPacket.BytesTransferred < sizeof(InboundPacket.Size))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user