aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocol.c
diff options
context:
space:
mode:
authoreihrul <eihrul>2007-10-12 05:18:46 +0000
committereihrul <eihrul>2007-10-12 05:18:46 +0000
commit62c902e0a0a67a39bbab8ab0b29860a2a15af849 (patch)
tree91b8b2a6eb421f634ac1468484a1e30380435776 /protocol.c
parent2852f791799eeeebe775f1b27af8b293eff91666 (diff)
downloadenet-62c902e0a0a67a39bbab8ab0b29860a2a15af849.tar.gz
enet-62c902e0a0a67a39bbab8ab0b29860a2a15af849.zip
*** empty log message ***
Diffstat (limited to 'protocol.c')
-rw-r--r--protocol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocol.c b/protocol.c
index 380500e..f8794aa 100644
--- a/protocol.c
+++ b/protocol.c
@@ -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);