aboutsummaryrefslogtreecommitdiffhomepage
path: root/host.c
diff options
context:
space:
mode:
authoreihrul <eihrul>2007-10-12 05:21:57 +0000
committereihrul <eihrul>2007-10-12 05:21:57 +0000
commit7bcef65dbdddba239f7f38cd9cf199dd3266733f (patch)
treec1cf01d2c68eb91faf09f2f89f10e5e48c417393 /host.c
parent0b49c1bbcd804ffd19b964075df6aa26045359ae (diff)
downloadenet-7bcef65dbdddba239f7f38cd9cf199dd3266733f.tar.gz
enet-7bcef65dbdddba239f7f38cd9cf199dd3266733f.zip
*** empty log message ***
Diffstat (limited to 'host.c')
-rw-r--r--host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/host.c b/host.c
index ff703ce..9bab1a8 100644
--- a/host.c
+++ b/host.c
@@ -165,7 +165,6 @@ enet_host_connect (ENetHost * host, const ENetAddress * address, size_t channelC
channel -> outgoingReliableSequenceNumber = 0;
channel -> outgoingUnreliableSequenceNumber = 0;
channel -> incomingReliableSequenceNumber = 0;
- channel -> incomingUnreliableSequenceNumber = 0;
enet_list_clear (& channel -> incomingReliableCommands);
enet_list_clear (& channel -> incomingUnreliableCommands);