diff options
author | eihrul <eihrul> | 2007-10-12 05:18:46 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2007-10-12 05:18:46 +0000 |
commit | 62c902e0a0a67a39bbab8ab0b29860a2a15af849 (patch) | |
tree | 91b8b2a6eb421f634ac1468484a1e30380435776 /protocol.c | |
parent | 2852f791799eeeebe775f1b27af8b293eff91666 (diff) | |
download | enet-62c902e0a0a67a39bbab8ab0b29860a2a15af849.tar.gz enet-62c902e0a0a67a39bbab8ab0b29860a2a15af849.zip |
*** empty log message ***
Diffstat (limited to 'protocol.c')
-rw-r--r-- | protocol.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -291,7 +291,6 @@ enet_protocol_handle_connect (ENetHost * host, ENetProtocolHeader * header, ENet channel -> outgoingReliableSequenceNumber = 0; channel -> outgoingUnreliableSequenceNumber = 0; channel -> incomingReliableSequenceNumber = 0; - channel -> incomingUnreliableSequenceNumber = 0; enet_list_clear (& channel -> incomingReliableCommands); enet_list_clear (& channel -> incomingUnreliableCommands); |