*** empty log message ***

This commit is contained in:
eihrul
2007-10-12 05:18:46 +00:00
parent 62c902e0a0
commit 0b49c1bbcd
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ enet_host_connect (ENetHost * host, const ENetAddress * address, size_t channelC
enet_list_clear (& channel -> incomingReliableCommands);
enet_list_clear (& channel -> incomingUnreliableCommands);
channel -> currentReliableWindow = 0;
channel -> usedReliableWindows = 0;
memset (channel -> reliableWindows, 0, sizeof (channel -> reliableWindows));
}
-2
View File
@@ -192,8 +192,6 @@ enet_peer_receive (ENetPeer * peer, enet_uint8 channelID)
{
if (incomingCommand -> reliableSequenceNumber != channel -> incomingReliableSequenceNumber)
incomingCommand = NULL;
else
channel -> incomingUnreliableSequenceNumber = incomingCommand -> unreliableSequenceNumber;
}
}