Added all of enet lib, changed Cmake files accordingly

This commit is contained in:
Ziek
2015-02-15 04:34:44 -08:00
parent a629555e6b
commit 619a3a5171
36 changed files with 3868 additions and 80 deletions

View File

@ -1191,7 +1191,9 @@ commandError:
static int
enet_protocol_receive_incoming_commands (ENetHost * host, ENetEvent * event)
{
for (;;)
int packets;
for (packets = 0; packets < 256; ++ packets)
{
int receivedLength;
ENetBuffer buffer;